Like this article? We recommend
TabletPC WinForm Controls
The TabletPC SDK ships with two WinForm controls that you can use to create TabletPC programs "right out of the box."
- The InkEdit control enables you to write data directly onto a textbox-like surface. Once your stylus leaves the writing surface, the InkEdit control transforms your writing to text.
- The InkPictureBox control enables you to attach and display an image such as a JPG photo and then write Ink data over the image.
In addition to using the TabletPC WinForm controls, you can make existing WinForm controls such as the Panel and Group box "stylus-aware" by using an InkCollector class. We’ll use the InkCollector class to create a simple handwriting recognition application in the next section.