in reply to How to find GUID of Typelibrary for a given OLE Object?
use Win32::TieRegistry; my $clsid = $Registry->{'HKEY_LOCAL_MACHINE\SOFTWARE\Classes'. '\Outlook.Application\CLSID\\'}->{'\\'}; print $Registry->{'HKEY_CLASSES_ROOT\CLSID\\'.$clsid}->{'\\'}; __END__ Microsoft Outlook 8.0 Object Library
I didn't find the GUID. I hope someone else can help with that...
hth
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to find GUID of Typelibrary for a given OLE Object?
by gellyfish (Monsignor) on Mar 30, 2005 at 12:01 UTC | |
|
Re^2: How to find GUID of Typelibrary for a given OLE Object?
by Anonymous Monk on Mar 30, 2005 at 14:16 UTC |