How can I let customer sign their name on a vb application and save it in the database for future use ( eg. show it to the customer).
Thanks
Printable View
How can I let customer sign their name on a vb application and save it in the database for future use ( eg. show it to the customer).
Thanks
I would assume you'd need some sort of write-aware input mechanism.
This would need to be able to supply a pic of the sig somewhere where your vb app could retreive it.
After you actually have the picture, it's just a matter of saving and showing when needed.
The customers will using PDA to sign their names. I just wonder if there is a way to write it on the vb application without any machanism.
You'd probably have to connect to it's COM and access the data manually.