in Compact Framework transparent PNG's (or any other image format) are not supported. I tought there are ways to achieve this by using OpenNETCF, but somehow I don't get it to work. I want it to behave like in the normal .NET Framework.
Did I miss something on the OpenNETCF or is it also not supported there?
How hard would it be to implement my own Decoder (maybe with Bitmap/Gif instead of PNG).
Thanks in advance.