Link to home
Start Free TrialLog in
Avatar of wdhough
wdhough

asked on

SEt a clsID in VB6 activex

hello,

is there a method in VB to specify / set a clsID for an activeX control (.ocx) ??

for example in VC++ it would be set in a macro like so:

IMPLEMENT_OLECREATE_EX(CA7wocxCtrl, "allCLEAR Diagrammer.allCLEAR Diagrammer.1",
 0x3de445a6, 0x1c6e, 0x11d4, 0x92, 0xbd, 0, 0xc0, 0x4f, 0x99, 0x1c, 0x4d)

thanks.
ASKER CERTIFIED SOLUTION
Avatar of BrianGEFF719
BrianGEFF719
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial