What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [VB] Runtime loading dll

[VB] Runtime loading dll
Author: Message:
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
O.P. Huh?  [VB] Runtime loading dll
I have searched the whole internet (especially the msdn documentation) but I haven't found what I am looking for.
I am making something in VB.NET, and I want to use functions of dll's. Of course it is possible by adding the references in design mode, but that is not what I want.

It's just like something patchou did in msgplus (but I think he did it with C++). The program reads the register, reads a string with the namespace of the dll, and loads it. I tried to use:
code:
Dim object = System.Activator.CreateInstance("dllName.Classname", "URIToAssembly")
but that didn't work... Anyone who knows how to do it? (if you know how to do it in VB6, that's good also..)

This post was edited on 08-17-2004 at 01:04 PM by J-Thread.
08-17-2004 01:03 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[VB] Runtime loading dll - by J-Thread on 08-17-2004 at 01:03 PM
RE: [VB] Runtime loading dll - by RaceProUK on 08-17-2004 at 09:47 PM
RE: [VB] Runtime loading dll - by J-Thread on 08-18-2004 at 08:06 AM
RE: [VB] Runtime loading dll - by RaceProUK on 08-18-2004 at 08:48 AM
RE: [VB] Runtime loading dll - by J-Thread on 08-18-2004 at 08:53 AM
RE: [VB] Runtime loading dll - by RaceProUK on 08-18-2004 at 10:18 AM
RE: [VB] Runtime loading dll - by J-Thread on 08-18-2004 at 08:03 PM
RE: [VB] Runtime loading dll - by J-Thread on 08-19-2004 at 09:44 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On