Hi,
Thank you for your post.
Before moving on, I would like to let you know all registered COM class
objects are listed under HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\. We can
navigate to this location in registry editor, highlight CLSID and press
Ctrl+F to search the dll/ocx file.
For more information, please refer to the following article:
CLSID Key
(
http://msdn.microsoft.com/en-us/library/ms691424.aspx)
In addition, all registered COM class objects have particular GUID, you can
try to use OLE/COM Object Viewer to check it. This tool is included in
Windows Server 2003 Resource Kit Tools.
Download link:
Windows Server 2003 Resource Kit Tools
(
http://www.microsoft.com/downloads/d...7A69-57FF-4AE7
-96EE-B18C4790CFFD&displaylang=en)
For more information:
Using the OLE/COM Object Viewer
(http://msdn.microsoft.com/en-us/library/d0kh9f4c(VS.80).aspx)
For your reference:
How To Register Your Custom ActiveX DLL from a Client
(
http://support.microsoft.com/Default.aspx?kbid=173407)
Hope it helps.