|
-
May 7th, 2007, 10:47 AM
#1
Thread Starter
Junior Member
how to capture Electronic signature using C#
Hi All,
Using C#:
The forms need to be designed in such a way that it allows capturing of the
signature.
Depending on the purpose of the form after capturing the signature, one of the following may need happening.
The data are stored in the system
The data are e-mailed to someone
The data are printed
Please help me to go ahead for this requirement..
I am new to this scenarion and having less experience in C# as well.
Please give me source code or relevant Url.
Thanks in Advance..
Regards, Radhakrishnan
-
May 7th, 2007, 09:59 PM
#2
Re: how to capture Electronic signature using C#
Every solution is unique and yours is no exception. Start by breaking your problem up into smaller problems and start attacking those small problems.
How do you plan on capturing signatures? Are you using a signature pad, or is checking an agree box considered a digital signature?
Sit down and start designing a solution. Once you have a design, breaking it up into smaller pieces should come pretty easily.
-
May 9th, 2007, 08:13 AM
#3
I wonder how many charact
Re: how to capture Electronic signature using C#
That's a hardware consideration.
Most hardware add-ons have a driver and packaged software libraries that extract jpeg's or bitmaps from the captured input.
That's simply a matter then of storing the image, or binary data.
Tablet PC's for instance have a software driver from MS that allow you to extract the data.
-
May 10th, 2007, 02:33 PM
#4
Re: how to capture Electronic signature using C#
 Originally Posted by RadhakrishnanR
Please give me source code...
Are you seriously expecting someone to write this all for you?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|