I need a getting signature sample running on Windows-Mobile. (paint)
How to draw on Windows-Mobile on screen – and save the Picture?
Can I get sample code (C#) ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OpenNETCF has a signature control that does exactly this: http://www.opennetcf.com/library/sdf/html/e2ec2ece-e6f1-8e43-0f59-9270bf186c38.htm
Update: If you don’t want to use that signature control, here is an answer that shows how to draw on a
PictureBox(technically, how to draw on aBitmapset as the picture box’sImageproperty):how to draw drawings in picture box
That code will work in Windows Mobile, also. To save what you’ve drawn as a bitmap file, just do this: