CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    India, Kerala
    Posts
    30

    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

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    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
  •  





Click Here to Expand Forum to Full Width

Featured