Active X Control for Signature Capturing?

  • Thread starter Thread starter keng woon chong
  • Start date Start date
K

keng woon chong

hi, i hope to build an signature capturing Active X control. This Active
X control will be included in my html file

<table>
<tr><td>Name: Steven</td></tr>
<tr><td>Signature:</td></tr>
<tr><td><object name="Signature" classid="...."></object></td></tr>
</table>

This html file will be viewed in Pocket Internet Explorer at Microsoft
Mobile 2003 for Pocket PC (2nd Edition).

I know we can use Embedded Visual Basic to create this Active X Control
....but, eVB is not my first choice ...i just want to know can Visual
Basic.NET able to create this Active X Control ? if yes, is there any
tips ?

thanks
 
You'll need to use eVC++ to write an ActiveX control, this can't be done
using the .NET Compact Framework.

Peter
 
If you are open to a commercial ActiveX control for this
check out the following example web page
http://www.bennet-tec.com/WebSign/WebSignature.htm
( works on Pocket PC or standard windows )


If this looks interesting to you drop me a note directly

( Please include a copy of this post and your original note
as reference )

Jeff Bennett
Jeff @ Bennet-Tec.Com

* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* RELIABLE Components Make You Look Sharp!
* TList/Pro * ALLText HT/Pro * MetaDraw *
* Custom Software Development Services Too.
* WWW.Bennet-Tec.Com

=================== ===================
 
Back
Top