I need to create a windows app for tablet to get signature.
VS2008 do not have any control for it.
Does vs2010 have this kind of control so that user can use pen to create signature in tablet?
Printable View
I need to create a windows app for tablet to get signature.
VS2008 do not have any control for it.
Does vs2010 have this kind of control so that user can use pen to create signature in tablet?
Tablet is just a pointing device. Mouse driver responds to it unless you want to read pen pressure.
For simple applications you can use mousedown and mouseup events.
If you need more sophisticated interaction with your tablet you will need to download
Microsoft Windows XP Tablet PC Edition Software Development Kit.