This is how I solved my MSFLEXGRID / KB906715 problem.
Created a folder C:\VB (for convenience - optional)
Downloaded the VB6 SP6 Cumulative Update (KB957924) into c:\VB from:
Renamed it V.msi for convenience (optional).
Unpacked it using the command prompt. msiexec /a c:\vb\v.msi targetdir=c:\vb /qb
Copied msflxgrd.ocx from c:\vb\system to the windows\system32 folder (The new one is modified 13/11/2008).
In Command prompt, unregistered msflxgrd.ocx by: regsvr32 /u msflxgrd.ocx
Registered the new version by: regsvr32 msflxgrd.ocx
My Access 2003 apps now work.
Disclaimer: This worked for me, it may not work for you. Do it at your own risk. I accept no responsibility for anything.
Created a folder C:\VB (for convenience - optional)
Downloaded the VB6 SP6 Cumulative Update (KB957924) into c:\VB from:
Renamed it V.msi for convenience (optional).
Unpacked it using the command prompt. msiexec /a c:\vb\v.msi targetdir=c:\vb /qb
Copied msflxgrd.ocx from c:\vb\system to the windows\system32 folder (The new one is modified 13/11/2008).
In Command prompt, unregistered msflxgrd.ocx by: regsvr32 /u msflxgrd.ocx
Registered the new version by: regsvr32 msflxgrd.ocx
My Access 2003 apps now work.
Disclaimer: This worked for me, it may not work for you. Do it at your own risk. I accept no responsibility for anything.