Edit registration entries of ActiveX DLL w/ VB6
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! :)
Re: Edit registration entries of ActiveX DLL w/ VB6
do you want to change the clsid of your dll in the registry or you want to create an entry in the registry
Re: Edit registration entries of ActiveX DLL w/ VB6
I want to add an entry under my clsid.