Signature Capture with FWPPC

Post Reply
User avatar
PAUL SIMM
Posts: 63
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain
Contact:

Signature Capture with FWPPC

Post by PAUL SIMM »

Ant way I can programa capture of hand written text on the screen to a JPG file?
Regards/Saludos
Paul

paul@pes-systems.net
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply