I need to put an ActiveX control I made on a web site. I know the HTML, but how do I find out the CLSID of the ActiveX control I just made?
Printable View
I need to put an ActiveX control I made on a web site. I know the HTML, but how do I find out the CLSID of the ActiveX control I just made?
Search in the registry for the PROGID.CLASSID of your control. You should see a subkey that contains the CLSID, which is what you are looking for