PDA

Click to See Complete Forum and Search --> : Getting GUIDs from ActiveX DLL (VB6)


tkroll
Feb 5th, 2007, 08:16 AM
Hello,

I'm compiling an ActiveX DLL. I need to manually register it by writing to the registry. This requires the GUID for the DLL and its type library. How do I get them? I haven't used VB in awhile, so I apologize if this is a basic question. This is for VB6.

Thanks,
Ty

Hack
Feb 5th, 2007, 08:21 AM
Welcome to the forums. :wave:

My question is why do you have to manually register it? Compiling the .DLL should register it for you.