ObjectLookup Utility | CodeGuru

ObjectLookup Utility

This article was contributed by Christian Skovdal Andersen. About ObjectLookup This is the second version of ObjectLookup. The UI has been enhanced a bit with shortcut keys etc. Also the ProgID field now has focus per default. Objectlookup is a small utility that will give you the classname and executable based on a CLASID or […]

Written By
CodeGuru Staff
CodeGuru Staff
Feb 20, 2001
1 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

This article was contributed by Christian Skovdal Andersen.

About ObjectLookup

This is the second version of ObjectLookup. The UI has been enhanced a bit with shortcut keys etc. Also the ProgID field now has focus per default.

Objectlookup is a small utility that will give you the classname and executable based on a CLASID or ProgID. It is handy in those situations where you for instance have a Progid, and you want to refer it in you Visual Basic project through ‘references’, but do nok know where to find the DLL housing the object.

Another use is for those situations where you want to convert a Visual Basic sample utilising COM objects based on Progid to C++ code based on CLSID without using the ProgIDToCLSID() API.

It should be noted that all this information can be obtained manually through the registry editor – but this tool will take the pain out of the process.

The Source Code

The source code for this program are freely available, and it may be altered and used in any way you wish, aslong as the program are not sold for profit. The executable has been compiled with Microsoft Visual C++ v. 6.0 SP3 on Windows2000.

Advertisement

Credits

This program has been implemented with a very nice registry class programmed by Joerg Koenig.

Downloads

Download source – 36 Kb

Download demo application – 61 Kb

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.