question

Dutch171-7212 avatar image
0 Votes"
Dutch171-7212 asked Dutch171-7212 commented

How to resolve "MSFLXGRD.OCX" or one of its dependencies not correctly registered a file is missing or invalid issue?

Im trying to run an application developed using VB6. When trying to run the .exe I am getting Run time error code "339" with the "Component "MSFLXGRD.OCX" or one of its dependencies not correctly registered a file is missing or invalid" message. I checked the C:\Windows\SYSWOW64\ and C:\windows\system32\ directories for the .OCX file and its not listed. I'm running a PC with Windows 10 64 bit. Please help me how to resolve this issue.

Thank you,
Dave

windows-10-generalwindows-uwpoffice-vba-dev
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Castorix31 avatar image
0 Votes"
Castorix31 answered Dutch171-7212 commented

I checked the C:\Windows\SYSWOW64\ and C:\windows\system32\ directories for the .OCX file and its not listed

Then it is normal that this message is displayed
The .OCX must be registered as Admin with regsvr32
This .OCX is very old
You can put it in the executable directory, then register it from there (easy to find from Google if you don't have it locally)
(BTW, why a Tag windows-uwp-runtime ?)







· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Is there a site you can recommend, not sure I trust what Google throws up. Let me know. I guess I just need the file MSFLXGRD.OCX.

My mistake on tagging windows-uwp-runtime

0 Votes 0 ·

This the one from one of my all projects : msflxgrd.zip


0 Votes 0 ·

That worked great. Much appreciated!

0 Votes 0 ·