I've answered this a number of times.
http://groups-beta.google.com/groups...%3A6%3A5&hl=en
Supposedly it has been fixed in SP3, but I haven't checked
--
Alex Feinman
---
Visit
http://www.opennetcf.org
"Nicolas Pietrzak" <nicolas.pietrzak@noSpam> wrote in message
news:(E-Mail Removed)...
> Hello,
>
> I'm trying to load a Bitmap via the System.Drawing.Bitmap object. My file
> is a empty white 8bit bmp. The code is the following :
>
> Bitmap bitmap = new Bitmap (filename);
> Color color = bitmap.GetPixel (0, 0);
> MessageBox.Show (string.Format ("R: {0}, G: {1}, B: {2}", color.R,
> color.G, color.B));
>
> On Windows 2003 or a pocketPC 2003 emulator, the MessageBox message is "R:
> 255, G: 255, B:255". However, it is "R:248, G:248, B:248" on the pocketPC
> device.
>
> I have tried with 2 different pocketPCs (QTek and Dell) with different
> Bitmap formats (8bit, 16bit, row order flipped). I have also tried to put
> the bitmap in a resource file. The white background is still gray ! I need
> some help.
>
> Thanks.
>
> --
> Nicolas Pietrzak
> Aliantiz
>