Hi all -
I am in desperate need of a Windows Mobile 5 example of signature capture.
I have found some examples but all are in VS 2003 and the 1.0 CF. If anyone knows of an updated example for the new Windows Mobile 5 - VS 2005 - CF 2 it would save my day - week.
Our needs are to capture a signature on a device - store it in sql anywhere on the device until it can be transfered to a server baised SQL database via doking or wifi.
Thanks
Jim

HELP - Signature Capture - Windows Mobile 5.0 - CF 2.0
wiyosaya
I did try the MSDN example. It upgraded fine is VS2005 - but it still refrenced the 1.0 versions of the framework dll's. In order to use the new RDA functionality in SQL Anywhere the 3.0 version of the SqlCe dll's need to be refrenced. I was not able to refrence both in one application. I got dll not able to load errors.
mhawb
If you're referring the MSDN article on the subject, then the sample should work fine on VS 2005.
-Alex
Cathie 64
Resco makes a control for the Compact Framework to capture signatures.
http://www.resco.net/developer/mobileformstoolkit/default.asp
Bsurvery
Thanks for the reply. I actually have the app working now and have modified it to store the encrypted sig in a SQL Anywhere db on the device and when connected post the data to a server based SQL Server.
Johan Sörlin
If you just converted the solution to VS 2005 (just run the conversion wizard), the project is still a .NET CF 1.0 application.
Select the project and do 'Project -> Upgrade Project' to do the upgrade to .NET CF 2.0.
This should solve the problem.
Michael