Handwriting
Hi all,
can ne 1 tell me if i want to include the features of microsoft windows
journal to my vb application how can i do that,i.e. , is to say i want to
write through a stylus on to a vb form and then save whatever i wrote in to
the access database.
Later on i want to retrieve whatever i wrote and display it.
HOW CAN IT BE DONE in VB6?
ne help will be great.
thanks
Abhishek
[441 byte] By [
abs] at [2007-11-11 7:40:09]

# 1 Re: Handwriting
Yeah. you can do that by using JournalRecordHook and JournalPlayBackHook.
JournalRecordHook will give you EVENTMSG and then, store in somewhere.
If you wanna do playback, get the object of EVENTMSG that you already store and play it back..
If you wanna know more details, you can get it from HookLibrary (vbaccelerator.com). It's really cool library.. but it doesn't cover for JournalPlayBack..
One thing is that don't forget to unhook.
Sync at 2007-11-11 17:26:36 >
