Attached are two C#.NET programs. One is in Windows and the other is in WinCE.
In windows it is possible to use the Image property on a form to attach an image. Then use pictureboxs over the form to add other images. When using *.png images any transparency in the picturebox image is not seen as the form image shows through.
Forms on WinCE don't have an Image property so we have to use a picturebox on the form. Any other picture boxes over this will not handle transparency correctly.
Does anyone know of a fix at all.
Regards
Rod