Click to See Complete Forum and Search --> : windows demo building


rajesh
April 22nd, 1999, 03:42 PM
Just as the MS-Office has window demo,s ie animation like... mouse cursor moving by itself, button getting clicked,... text being typed etc.,. I wanted it to be done through java Programming, and NOT by "gif animation " packages.
Or else any Package avilable to build up the demo by keeping track of user's events and screens.... Thankyou!!!

rajesh

Paul McKenzie
April 22nd, 1999, 04:51 PM
DemoShield? I think is the name of it.

Also, if you want to have a knowledge how this is all done check out the following Win API functions:

SetWindowsHookEx() using WH_JOURNALRECORD and WH_JOURNALPLAYBACK

JournalRecordProc()

JournalPlaybackProc().

Regards,

Paul McKenzie