PC Review


Reply
Thread Tools Rate Thread

Anyone using SignatureCapture control?

 
 
=?Utf-8?B?UmFqIEt1bWFy?=
Guest
Posts: n/a
 
      14th Dec 2004
Hi! I am using the signature capture control from hoodcanalsystems and I have
a question about how the image is saved. Is there a way to compress the image
when it is saved from the control. It seems the signature is saved as a bmp.
Currently, I convert the bmp into a byte array and store it in the database.
But is there an efficient way to store this data in the database, so that the
table storing this data doesn't grow very big.
If there are alternate ways to achieve this, then please post your
suggestions or any resources from where I can get more information.

Thanks for your time!
Regards,
Raj
 
Reply With Quote
 
 
 
 
Ed Kaim
Guest
Posts: n/a
 
      14th Dec 2004
Check out the sample from
http://msdn.microsoft.com/library/de...gnatureApp.asp.
It saves a series of line segments instead of the entire bitmap, and even
offers enryption support. I don't believe it persists to a DB, but that
shouldn't be too hard to do.

"Raj Kumar" <(E-Mail Removed)> wrote in message
news:95E6330B-3552-4306-A536-(E-Mail Removed)...
> Hi! I am using the signature capture control from hoodcanalsystems and I
> have
> a question about how the image is saved. Is there a way to compress the
> image
> when it is saved from the control. It seems the signature is saved as a
> bmp.
> Currently, I convert the bmp into a byte array and store it in the
> database.
> But is there an efficient way to store this data in the database, so that
> the
> table storing this data doesn't grow very big.
> If there are alternate ways to achieve this, then please post your
> suggestions or any resources from where I can get more information.
>
> Thanks for your time!
> Regards,
> Raj



 
Reply With Quote
 
Earl
Guest
Posts: n/a
 
      15th Dec 2004
I am also using the hoodcanal signature control and thus far, byte size has
not been an issue. The other suggestion that Ed proposes is viable, and
would help keep your table size down, but is probably not as handy in
regards to storing in SQLCE.

"Raj Kumar" <(E-Mail Removed)> wrote in message
news:95E6330B-3552-4306-A536-(E-Mail Removed)...
> Hi! I am using the signature capture control from hoodcanalsystems and I
> have
> a question about how the image is saved. Is there a way to compress the
> image
> when it is saved from the control. It seems the signature is saved as a
> bmp.
> Currently, I convert the bmp into a byte array and store it in the
> database.
> But is there an efficient way to store this data in the database, so that
> the
> table storing this data doesn't grow very big.
> If there are alternate ways to achieve this, then please post your
> suggestions or any resources from where I can get more information.
>
> Thanks for your time!
> Regards,
> Raj



 
Reply With Quote
 
=?Utf-8?B?UmFqIEt1bWFy?=
Guest
Posts: n/a
 
      17th Dec 2004
Thank you for your input and I am sorry for the delayed response!

Since the signature control from Hood Canal was functioning, I wasn't able
to spend time trying to look into the other options. This control offers a
method SaveToByteArray, which does what I was doing after using the Save
method of the control. I am working with the sample that Ed mentioned and see
if that is a viable option.

Since we are not using SQL Server CE, storing the byte array to the dataset
on the device will not be an issue. Again, size of the image is of concern
here.

Does the Signature control from OpenNETCF allow to store the image in any
other format other than a .bmp file?

Thanks again for your time.
Regards,
Raj
"Raj Kumar" wrote:

> Hi! I am using the signature capture control from hoodcanalsystems and I have
> a question about how the image is saved. Is there a way to compress the image
> when it is saved from the control. It seems the signature is saved as a bmp.
> Currently, I convert the bmp into a byte array and store it in the database.
> But is there an efficient way to store this data in the database, so that the
> table storing this data doesn't grow very big.
> If there are alternate ways to achieve this, then please post your
> suggestions or any resources from where I can get more information.
>
> Thanks for your time!
> Regards,
> Raj

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do you embed a windows media player control in a user control and have it work in a web page? dongarbage@hotmail.com Microsoft C# .NET 0 26th Jan 2007 06:52 AM
Compile errors when using form control's "Control Source" property to refer to the control's value Yarik Mezheritskiy Microsoft Access Form Coding 3 5th Nov 2004 01:56 AM
Showing 1 control inside a 2nd control where the 2nd control is a derived control. malcolm Microsoft Dot NET Framework Forms 0 10th Jun 2004 10:29 PM
Combo Box Control - CONTROL tab missing from FORMAT CONTROL dialogue =?Utf-8?B?QWw=?= Microsoft Excel Worksheet Functions 1 11th Mar 2004 06:47 PM
Using Table control in a custom composite control. Control does not render properly in design time. jb_in_marietta@yahoo.com Microsoft ASP .NET 0 1st Jul 2003 10:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:41 PM.