Hi ,
How to bound or register a DLL during runtime in VB?
regds
hari.
Printable View
Hi ,
How to bound or register a DLL during runtime in VB?
regds
hari.
Something like this?
http://www.vbforums.com/showthread.php?t=418791
It should be getting registered at install time, not run time.
Hmm..
With the link I provided and the register class you can register ActiveX.dll's at runtime. It enables then the possibility to use ActiveX.dll’s as plugins.