I am running Windows CE 4.2 and I am upgrading my devices to Windows CE 5.0 . I am also using .net 1.0 .
I have a program that captures a signature on a control and sends the captured data to a receipt printer. The program works just fine in Windows CE 4.2. However, the signature bitmap data is not being stripped from DIBSection in Windows. The funny part is that BITMAPINFOHEADER is is coming through fine. I can see the file size, width/height and offset, but the data isn't there. None of the handles are returning null.
Did something change between Windows CE 4.2 and 5.0 If so, how do I repair it
Ryan

Screenshot / signature capture no longer working
CygnusX1
Yes, I noticed that too. You can use an almost managed solution now:
http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=a5c9adc4-85d6-498e-8adf-0ba5fe9d0db7
SonicSue
It seems like the information on Alex Yakhnin's web page links to:
http://vault.netcf.tv/VaultService/VaultWeb/Blame.aspx repid=2&path=%24%2fSDF%2fv1.4%2fOpenNETCF.Drawing%2fGDIPlus.cs&version=5&includedversions=20
That link takes me to a login page for vault.netcf.tv. And I don't have access to this. Do you have a copy of the code from that link
Ryan
RussellH
Warno
I've actually figured out a way around the problem. I wrote a function that will manually convert and stream the bitmap. Everything has to be in monochrome, since each bit translates to a thermal print head this is turned on or off. I will probably end up posting that code.
Ryan