OCX question
-
Hi, I am using an activex in my application and when I ran it on another machine it crashed because the OCX file was missing. I add the OCX file but it still does not work.... Is there some kind of "registration I have to do" I am using the MSFlexGrid and I copied the MSFLXGRD.OCX file (Machines that has this file are OK) Is it possible I need more than one file ? Shay
-
Hi, I am using an activex in my application and when I ran it on another machine it crashed because the OCX file was missing. I add the OCX file but it still does not work.... Is there some kind of "registration I have to do" I am using the MSFlexGrid and I copied the MSFLXGRD.OCX file (Machines that has this file are OK) Is it possible I need more than one file ? Shay
All COM servers (ActiveX) need to be registered. You can use the regsvr32.exe utility to register .OCX files. Brad
-
All COM servers (ActiveX) need to be registered. You can use the regsvr32.exe utility to register .OCX files. Brad
Coool ! Exactly what I needed thanks