Can I reference a dll programatically in VB.net? Or change the Local Copy path for a dll reference?
views:
135answers:
1
+1
Q:
Can I reference a dll programatically in VB.net? Or change the Local Copy path for a dll reference?
A:
It depends what type of DLL you are talking about. If it is COM then you can use late binding (CreateObject()). If it is .NET then you can use reflection: http://support.microsoft.com/kb/837908
rip
2010-01-26 06:03:33
Thats brilliant. Thankyou for your time.
Jeremy Child
2010-01-26 06:16:29