0

I have a Challenge here :)... I have a vb6 dll with say 4 classes. I need from my .net winform app to be able to get the GUID from all these classes (4 guids).

Thanks.

Ron Klein
  • 9,178
  • 9
  • 55
  • 88
Itay.B
  • 3,991
  • 14
  • 61
  • 96

1 Answers1

1

Assuming the dll is registered the CLSID GUIDs are listed in HKCR under a ProgID

HKEY_CLASSES_ROOT
  TheServerName.PublicObjectName
     CLSID
       [default] = {...}
Alex K.
  • 171,639
  • 30
  • 264
  • 288