Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capture signature on tablet PC
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Miscellaneous
Thread ID:
01410635
Message ID:
01410648
Views:
68
This message has been marked as a message which has helped to the initial question of the thread.
Hi Steve,

> Does anyone know of a method, maybe calling a graphics engine, to allow someone to sign in a box, then pull that info (or a reference to a saved file) that would allow the signature to show/print?

The easiest way would be to insert a "Microsoft Ink Picture Control". You can display the signature later as a GIF file like this:

Thisform.Image1.PictureVal = Thisform.OleControl1.Ink.Save(2)

Use Save without parameters to save it as native Ink. You can call the Load() method to load ink again, but only right after creating the object. Change Visible to .F. and back to .T. to actually display the signature in the control.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform