Results 1 to 4 of 4

Thread: how to capture Electronic signature using C#

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    28

    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

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    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.

  3. #3
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    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.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: how to capture Electronic signature using C#

    Quote 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
  •  



Click Here to Expand Forum to Full Width