Discussion:
Runtime error 372 with msflexgrid control on LCD flat screen monit
(too old to reply)
Da Zhu
2004-10-21 19:15:05 UTC
Permalink
I have a visual basic 6.0 enterprise edition program in a shared directory so
that multiuser can access and ru it. It works fine on a regular monitors, but
I got an error message when it was run on the LCD flat screen monitor. Both
computers use Wondow XP. The error message is:

Run-time error :372"

Failed to load control "MSFlexGrid" from MSFLXGRD.OCX. Your version of
MSFLXGRD.OCX may be outdated. Make sure you are using the version of the
control that was provided with your application.

Anyone knows why and how to fix it?

Thank you.

Da Zhu
Meelis Lilbok
2004-10-22 06:03:06 UTC
Permalink
Try to re-register this control

regsvr32 /u msflxgrd.ocx
regsvr32 msflxgrd.ocx


Mex.
Post by Da Zhu
I have a visual basic 6.0 enterprise edition program in a shared directory so
that multiuser can access and ru it. It works fine on a regular monitors, but
I got an error message when it was run on the LCD flat screen monitor. Both
Run-time error :372"
Failed to load control "MSFlexGrid" from MSFLXGRD.OCX. Your version of
MSFLXGRD.OCX may be outdated. Make sure you are using the version of the
control that was provided with your application.
Anyone knows why and how to fix it?
Thank you.
Da Zhu
Da Zhu
2004-10-22 16:47:02 UTC
Permalink
Thanks. Please tell me how.

Da
Post by Meelis Lilbok
Try to re-register this control
regsvr32 /u msflxgrd.ocx
regsvr32 msflxgrd.ocx
Mex.
Post by Da Zhu
I have a visual basic 6.0 enterprise edition program in a shared directory so
that multiuser can access and ru it. It works fine on a regular monitors, but
I got an error message when it was run on the LCD flat screen monitor. Both
Run-time error :372"
Failed to load control "MSFlexGrid" from MSFLXGRD.OCX. Your version of
MSFLXGRD.OCX may be outdated. Make sure you are using the version of the
control that was provided with your application.
Anyone knows why and how to fix it?
Thank you.
Da Zhu
Meelis Lilbok
2004-10-23 07:09:20 UTC
Permalink
start-run regsvr32 /u path to msflxgrd.ocx
example;
regsvr32 /u c:\windows\system32\msflxgrd.ocx
regsvr32 c:\windows\system32\msflxgrd.ocx


Mex
Post by Da Zhu
Thanks. Please tell me how.
Da
Post by Meelis Lilbok
Try to re-register this control
regsvr32 /u msflxgrd.ocx
regsvr32 msflxgrd.ocx
Mex.
Post by Da Zhu
I have a visual basic 6.0 enterprise edition program in a shared
directory
so
that multiuser can access and ru it. It works fine on a regular
monitors,
but
I got an error message when it was run on the LCD flat screen monitor. Both
Run-time error :372"
Failed to load control "MSFlexGrid" from MSFLXGRD.OCX. Your version of
MSFLXGRD.OCX may be outdated. Make sure you are using the version of the
control that was provided with your application.
Anyone knows why and how to fix it?
Thank you.
Da Zhu
Da Zhu
2004-11-12 16:24:05 UTC
Permalink
Tried it and did not work. Any other thoughts.

Thanks a lot.

Jun Wang
Post by Meelis Lilbok
start-run regsvr32 /u path to msflxgrd.ocx
example;
regsvr32 /u c:\windows\system32\msflxgrd.ocx
regsvr32 c:\windows\system32\msflxgrd.ocx
Mex
Post by Da Zhu
Thanks. Please tell me how.
Da
Post by Meelis Lilbok
Try to re-register this control
regsvr32 /u msflxgrd.ocx
regsvr32 msflxgrd.ocx
Mex.
Post by Da Zhu
I have a visual basic 6.0 enterprise edition program in a shared
directory
so
that multiuser can access and ru it. It works fine on a regular
monitors,
but
I got an error message when it was run on the LCD flat screen monitor. Both
Run-time error :372"
Failed to load control "MSFlexGrid" from MSFLXGRD.OCX. Your version of
MSFLXGRD.OCX may be outdated. Make sure you are using the version of the
control that was provided with your application.
Anyone knows why and how to fix it?
Thank you.
Da Zhu
Loading...