Is there a way to allow a user to draw with their stylus (a signature in my case) in a Windows Form? Something like InkCanvas in WPF.
I don’t think I can use WPF in a compact framework project, or maybe I’m setting it up wrong.
thanks
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.
if there isnt any control to do that, you could do this manualy by catching the stylus events and drawing pixels when they occur.