Hey folks:
It's been quite a long time since I've dabbled in VB6, but I'm now forced to try and make some of our older code work on Windows 7. We've been running this compiled code on WinXP machines for years. Now, I'm trying to port the code to Win7, before having to do a complete rewrite of the code for VB.NET.
So, here's where I'm at. I'm compiling the code under in VB6 SP6 under WindowsXP, then running the same compliled version under Win7 (please tell me if this is not the right thing to be doing- although I've heard the DevEnvironment does not work under Win7.) I've also created an install routine with Inno and have run the setup program on the Win7 machine to "install" the app there.
So, the main problem at this point is with the MSFlexGrid control. Under WindowsXp the grid appears fine as:
Attachment 93753
And Under Windows 7, the grid looks like this:
Attachment 93755
Any ideas on how I can fix this?
It's been quite a long time since I've dabbled in VB6, but I'm now forced to try and make some of our older code work on Windows 7. We've been running this compiled code on WinXP machines for years. Now, I'm trying to port the code to Win7, before having to do a complete rewrite of the code for VB.NET.
So, here's where I'm at. I'm compiling the code under in VB6 SP6 under WindowsXP, then running the same compliled version under Win7 (please tell me if this is not the right thing to be doing- although I've heard the DevEnvironment does not work under Win7.) I've also created an install routine with Inno and have run the setup program on the Win7 machine to "install" the app there.
So, the main problem at this point is with the MSFlexGrid control. Under WindowsXp the grid appears fine as:
Attachment 93753
And Under Windows 7, the grid looks like this:
Attachment 93755
Any ideas on how I can fix this?