Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
Grid cell image automatically updated on Windows 7
posted

Hi,

I encountered a problem with WinGrid 9.2.20092.2058 on Windows 7 as following:

I have a grid with some cells contain bitmap objects. Those bitmaps were bound to grid datasource using this line of code:

row["MyColumn"] = global::MyProject.Properties.Resources.Bmp1; (row is a DataRow)

This worked fine on XP, all the cells display correct images. However, on Windows 7, all the images have purple top and bottom borders (please see attached screenshot). First, I thought it was because of the image file type (gif), so I changed it to png and jpg but this issue still occured. I also searched on the forums but didn't find something useful, so I posted this to ask if anyone can provide a workaround.

Thanks.

Parents Reply Children
No Data