PDA

Click to See Complete Forum and Search --> : registering dll at runtime in VB


haribabu
Sep 14th, 2006, 01:53 AM
Hi ,

How to bound or register a DLL during runtime in VB?


regds
hari.

namrekka
Sep 14th, 2006, 03:19 AM
Something like this?
http://www.vbforums.com/showthread.php?t=418791

Al42
Sep 14th, 2006, 11:08 AM
It should be getting registered at install time, not run time.

namrekka
Sep 14th, 2006, 12:32 PM
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.