Question Winform app in Windows XP display issues, fine in Vista or 7

mp33487

New member
Joined
Feb 14, 2012
Messages
2
Programming Experience
10+
I have a winforms app that I wrote on a Windows 7 box. It uses a double buffering for speed, gradient that it paints on the back of a tabpage, lots of DataGridView, and some rectangles (solid filed) for display. When the app runs on a Windows Vista or Windows 7 box it runs fine, but running on Windows XP I see many issues. The grid color on my DataGridView's is transparent, my DataGridImageColumn is missing the icons completely, the rectangles are completely missing, and the gradient that I'm painting on the tabpage is also missing. In addition, if a user clicks on the tabpage itself it displays a ghost (like an outline) of components on the page below.

Any ideas? I can't explain it and everything I've tried doesn't make a difference. I've tried turning off the XP syles on the DataGridView and there is no difference.

Thanks for any help!
 
Just to add a visual element, here are a couple of screen caps.
The good (windows 7)
good.jpg
and the bad (windows xp)
bad.jpg.
You can clearly see the missing graphics, including the datagridview issue and the missing gradient background.
 
Back
Top