|
-
April 22nd, 1999, 03:42 PM
#1
windows demo building
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
-
April 22nd, 1999, 04:51 PM
#2
Re: windows demo building
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|