I have some DLLs in a folder named "AddIns".
In a VB form is a listbox with all the dlls names.
If you click on a dll name that dll should be started.
HOW TO DO?
Printable View
I have some DLLs in a folder named "AddIns".
In a VB form is a listbox with all the dlls names.
If you click on a dll name that dll should be started.
HOW TO DO?
Which are part?
What do you mean by 'start'? Is there a particular function you want to call?
Sounds to me like you're trying to create plugins right?
The subject of plugins is so stupidly complicated that I'm having trouble understanding it after weeks of reading. Basically, you have to create objects within your DLLs that support a particular interface. Once thats done, the rest is kinda easy, although it gets more complicated if you want events as well.
I suggest checking out this:
http://www.visualbasicforum.com/show...threadid=26152
and this:
http://www.visualbasicforum.com/show...threadid=26521