Link to home
Start Free TrialLog in
Avatar of Calistair
Calistair

asked on

Plugins for VB programs...

How would I be able to allow my program to use plugins? ie, the user gives the program a plugin's filename and the program incorporates it into itself...

Thanks,
Erik
Avatar of Calistair
Calistair

ASKER

The program I'm trying to write here is a File Transfer program, and I want it to be able to use plugins designed for it.
Are you asking about some built-in visual basic feature?
No no, I'm asking about making plugins for VB projects...
ASKER CERTIFIED SOLUTION
Avatar of zivf
zivf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
the CreateObject function is part of the VBA library rather the VB library.
You are amazing! :) Thanks!! However, instead of declaring objFTP as an "interface class", it needs to be declared as type Object.

Thanks for the help, really! :)