PDA

Click to See Complete Forum and Search --> : Edit registration entries of ActiveX DLL w/ VB6


wormx
Mar 30th, 2006, 11:05 PM
I apologize if this information is available, but I have searched to no avail.

I have built and activeX dll in vb6, but I was curious how I can change the registration behaviour. I.e. when either debugging or calling regsvr32 on my compiled dll, I would like to add a registry entry.

What I need is to be able to add a subkey to the HKEY_CLASSES_ROOT\CLSID\{###-###-###-###}\Implemented Categories key upon registration. How do I do this?

Thanks in advance for any help you can provide! :)

ganeshmoorthy
Apr 5th, 2006, 05:21 AM
do you want to change the clsid of your dll in the registry or you want to create an entry in the registry

wormx
Apr 5th, 2006, 08:30 AM
I want to add an entry under my clsid.