Results 1 to 3 of 3

Thread: Loading libraries dynamically?

  1. #1

    Thread Starter
    Addicted Member danielkw's Avatar
    Join Date
    Mar 2000
    Location
    Sweden
    Posts
    134

    Loading libraries dynamically?

    Is there a way I can load and use DLL files dynamically (i.e. loading and calling them by code at runtime) in VB.NET? This was an easy task in Vb6 using the GetObject function.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Research or search for 'Assembly.Load' or 'Activator.CreateInstance'. Similiar questions have been asked and you should have no trouble finding help on the topic. You might even try searching for 'Plug-in' or 'Plugin'.

  3. #3

    Thread Starter
    Addicted Member danielkw's Avatar
    Join Date
    Mar 2000
    Location
    Sweden
    Posts
    134
    Thanks

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