Ant way I can programa capture of hand written text on the screen to a JPG file?
Ant way I can programa capture of hand written text on the screen to a JPG file?
Paul,
To capture a signature its not difficult. Just a empty window which detects mouse move events and call SetPixel() to do the drawing. Then it could be saved as a BMP file.
For a JPG file we need an additional routine, probably a google search may help.