-
OCX Registration
I am trying to run an application, but it keeps thowing up an error message;
'MSFLXGRD.OCX may be outdated'
I've run the program on another computer that has a newer version of the MSFLXGRD.OCX and it works fine. Can I just make a copy of the latest control and copy it accross or do you need to actually register the 'OCX' control?
-
Hi
First in your computer (where you are getting error while installing this)..first try to unregister that flexgrid control using regsvr32 -u option ... (if possible restart your machine)..then register your new control using regsvr32 <ocx path>.
Hhope this will do
kumars