Hi all, Does anyone know how to make a VB created DLL with no forms, self register when installed on a fresh PC. If I just copy it to the C:\WINDOWS\SYSTEM directory it ignores it until I register using REGSVR32.
Thanks for reading
Printable View
Hi all, Does anyone know how to make a VB created DLL with no forms, self register when installed on a fresh PC. If I just copy it to the C:\WINDOWS\SYSTEM directory it ignores it until I register using REGSVR32.
Thanks for reading
That seems to be the way ActiveX dlls work. I think an ActiveX EXE automatically registers itself when it first runs.
You are going to have to register the DLL - either manually, through a setup kit, or possibly through a custom app, but it needs to be registered.
- gaffa