Thanks for your reply AG,
Seems I missed the "stylus" part. I agree with you that cert if not
necessary if the signature is just to capture a image version of thet form
the user fill in browser. And I do think ActiveX is the reasonable
approach here.
As you said that "you need a way to capture the signature on the web
form",
I think one approach is let the activeX control do the following task:
1. You can put the form in the activeX control(instead of the web html
page) , then the activex control can use some windows print API(print
message) to capture the screen of the activex control window.
2. If you do not put the form in ActiveX control, but leave it in html
page
markup. You may need to capture the screen of the entire browser window.
#How To Copy the Screen or Active Window to the Clipboard from Visual
Basic
http://support.microsoft.com/kb/240653
For the validation part, I'm not sure whether the stylus generated
signature has some particular format that can be validated? Otherwise,
image format data is really quite difficult to validate.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------