Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Drawing Component

0 views
Skip to first unread message

Renching

unread,
Mar 23, 2004, 12:06:49 PM3/23/04
to
I am using eVC 4.0 and pocket pc 2003. I want to capture the signatures of
client. Is there a component available? I saw Pocket PC words has drawing
function. Can anyone point me to the right direction? Thanks a lot.


Andrey Yatsyk

unread,
Mar 23, 2004, 12:12:23 PM3/23/04
to
Look at EasyInk http://www.pocketpcdn.com/libraries/easyink.html.

Andrey Yatsyk

"Renching" <renc...@comcast.net> wrote in message
news:I8_7c.74552$Cb.1005040@attbi_s51...

Renching

unread,
Mar 23, 2004, 5:38:44 PM3/23/04
to
Thanks. Can I find C++ sample code using the component?
"Andrey Yatsyk" <andrew_...@softspb.com> wrote in message
news:upLwDoPE...@tk2msftngp13.phx.gbl...

Andrey Yatsyk

unread,
Mar 24, 2004, 4:12:16 AM3/24/04
to
I don't know how to use this control in c++, but it is not so hard to
implement something
like this by hand. You should handle "mouse" events. Sotore signature as an
array of arrays
of points. When the WM_LBTNDOWN recieved start a new array of points. Add
points to
this array on mouse move message. Driver can get stylus positions more
frequently than
mouse move is sended so get intermidiate points by GetMouseMovePoints.

Andrey Yatsyk

"Renching" <renc...@comcast.net> wrote in message

news:U%28c.76912$Cb.1010765@attbi_s51...

info

unread,
Mar 24, 2004, 9:27:39 AM3/24/04
to
check www.appliedlogiceng.com.

They have a control that does exactly what you are looking
for.

>.
>

0 new messages