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
890
PNG Compressed Image Format (Windows Vista) not supported
posted
Vista supports icon files that contain images that are PNG compressed. I note that the WinGrid does not handle such images, for example:

I read a non-Vista icon into a byte array. I bind a column to the byte array. The grid automagically renders the 16x16 image from the icon in the cell. This is good.

I read a Vista icon (i.e. an icon that contains at least 1 PNG compressed image) into a byte array. I bind a column to the byte array. The grid does not render anything in the column cell. This is bad.

Are there plans to support the newer icon format, or is there somewhere I can submit a "feature request" for this?

Thanks,

Scott Pearce