How to check to see if MSFLXGRD.OCX is registered.

  • Thread starter Thread starter David Allen
  • Start date Start date
D

David Allen

I am writting a program that uses MSFLXGRD.OCX
I need to check to see if MSFLXGRD.OCX is registered in the registry
If not my program will copy MSFLXGRD.OCX into the system32 and register the
ocx.
But I don't need that happening every time the program is loaded.
How can I check to see if its registered already?
 
David Allen rambled on in microsoft.public.windowsxp.general:
I am writting a program that uses MSFLXGRD.OCX
I need to check to see if MSFLXGRD.OCX is registered in the registry
If not my program will copy MSFLXGRD.OCX into the system32 and register the
ocx.
But I don't need that happening every time the program is loaded.
How can I check to see if its registered already?

regsvr32 MSFLXGRD.OCX
 
I don't want to register the ocx everytime the app is loaded or ran.
I just want to test to see if the ocx is registered. If it is not then to
register it
 
David Allen rambled on in microsoft.public.windowsxp.general:
I don't want to register the ocx everytime the app is loaded or ran.
I just want to test to see if the ocx is registered. If it is not then to
register it
It's a safe bet that if MSFLXGRD.OCX exsists in your system32 folder then
it's registered.
 
Fire up regedit and use the find function to see if Msflxgrid.ocx exists.

Moe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

missing file msflxgrd.ocx 1
msflxgrd.ocx 2
"Setup could not open... MSFLXGRD.OCX" 1
Need Flexgrid Guru 19
Register ActiveX 1
Please Advice on MSFlxgrd.ocx 2
MS Flex Grid - msflxgrd.ocx 3
FlexGrid issue 2

Back
Top