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!