Results 1 to 3 of 3

Thread: Dlls for addins

  1. #1

    Thread Starter
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553

    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?
    ICQ: 128716725

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Which are part?

    What do you mean by 'start'? Is there a particular function you want to call?

  3. #3
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    uk
    Posts
    327
    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
  •  



Click Here to Expand Forum to Full Width