Results 1 to 3 of 3

Thread: How to perform Signature Capture using .NET

  1. #1
    Join Date
    Feb 2009
    Posts
    56

    How to perform Signature Capture using .NET

    hello,

    I want to perform an application called signature capture using .net . Does anybody know how to do this, then please help me providing instruction for creating signature capture in .net

    thanks

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: How to perform Signature Capture using .NET

    The application includes a client running on the Pocket PC that sends signature data over TCP sockets to a server that is running on the desktop. Data is encrypted and decrypted using the cryptography services.

    Go here and click on the Download button

    Once you have finished downloading the application, do one of the following:
    • To start the installation immediately, click Open or Run this program from its current location.
    • To copy the download to your computer for installation at a later time, click Save or Save this program to disk.

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    Re: How to perform Signature Capture using .NET

    Web Signature Capturing

    Copy the following code:
    Code:
    C#], [VB.NET]
    		
    In the HTML part:
    <cc1:WebSignature id="WebSignature1" runat="server"></cc1:WebSignature>
    		
    In the code part:
    if (WebSignature1.ExportToStreamOnly())
        Image1.ImageUrl = WebSignature1.ImageUrl;
    With Web Signature Server control, to capture real signature online is as easy as the code in above three lines

    Features:
    • Capture signature on web with mouse only, then transfer the signature to server side.
    • No any plug-in or software installation on client side.
    • Save signature file in image, XML or HMTL on server side
    • Simple: 3-line code only to start to capture signature online!
    • Multiple instances in one page


    Applications of WebSignaure Server Control:
    • Capture signature
    • Online handwriting words for fun
    • Guest book/comments with handwriting
    • Handwrite email message rather than type
    • Multi-media Mobile Message with personal handwriting

Similar Threads

  1. Replies: 4
    Last Post: 12-03-2012, 01:14 PM
  2. Nero Vision capture doesn't capture audio
    By Abbiey in forum Windows Software
    Replies: 4
    Last Post: 24-03-2010, 09:19 PM
  3. Error signature
    By IpsA in forum Windows XP Support
    Replies: 3
    Last Post: 12-04-2009, 02:43 AM
  4. Replies: 2
    Last Post: 10-04-2009, 09:36 AM
  5. error signature
    By mc2106 in forum Technology & Internet
    Replies: 2
    Last Post: 31-10-2008, 01:07 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,137,158.40432 seconds with 17 queries