|
-
May 9th, 2002, 05:59 PM
#1
Thread Starter
Fanatic Member
Dlls for addins
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?
-
May 9th, 2002, 06:15 PM
#2
Which are part?
What do you mean by 'start'? Is there a particular function you want to call?
-
May 10th, 2002, 04:06 AM
#3
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|