Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capture signature on tablet PC
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Divers
Thread ID:
01410635
Message ID:
01410648
Vues:
67
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform