Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a com dll using c++ which is registered in the system. But I need to know the progid of the dll to create a object of it through vbscript.Can anyone tell how to have that?
Posted
Comments
chandanadhikari 7-Aug-15 5:38am    
OLE/COM Object Viewer can show the ProgID.
check this link ::
https://www.daniweb.com/software-development/visual-basic-4-5-6/threads/324028/get-clsid-progid-tlbid-of-a-dll-file

1 solution

You may find it in the registry, see: COM IDs & Registry keys in a nutshell[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900