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

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?
 
B

Black Baptist

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
 
D

David Allen

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
 
B

Black Baptist

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.
 
?

=?Windows-1252?B?1L/UIE13cw==?=

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

Top