How to check Component(ocx) is already registerd or not? VB6
-
Hi all, I want to know, how to check Component(ocx) is already registered or not. I tried in Google but i didn't get any correct result. Eg: Using Shell in VB6, executing regsvr32 "COMPONENTNAME.ocx". I have written this code in the load event of the form. It will execute every time when i launch this form. I want to check, if the Componet.ocx is already registred then leave it. otherwise registered it.
Thanks & Regards Kumaran
-
Hi all, I want to know, how to check Component(ocx) is already registered or not. I tried in Google but i didn't get any correct result. Eg: Using Shell in VB6, executing regsvr32 "COMPONENTNAME.ocx". I have written this code in the load event of the form. It will execute every time when i launch this form. I want to check, if the Componet.ocx is already registred then leave it. otherwise registered it.
Thanks & Regards Kumaran