C# – .NET compact framework signature drawing GUI element

ccompact-frameworknet

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

Best Answer

if there isnt any control to do that, you could do this manualy by catching the stylus events and drawing pixels when they occur.