|
-
Jan 11th, 2004, 04:23 PM
#1
Thread Starter
Addicted Member
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.
-
Jan 11th, 2004, 08:34 PM
#2
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'.
-
Jan 12th, 2004, 02:39 AM
#3
Thread Starter
Addicted Member
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
|