Consulting

Results 1 to 2 of 2

Thread: WebBrowser Add-In and (Timer)User Inactive Detection

  1. #1

    WebBrowser Add-In and (Timer)User Inactive Detection

    Hey! Thanks for taking the time to help me out!

    What I'm trying to do is this:
    -I have a single slide that displays a webpage (Via the LiveWeb Add-In)
    -I need a timer that rotates between a few webpages every X seconds.
    -I need an event that checks if the user is using the WebBrowser(So it doesnt change their page if they are using it i.e. timer reset or something). Once the mouse stops moving/user is inactive the webpage should be reset after Y seconds to a default page

    I did some googleing, but I could find much clear information on this.

    Thanks for any help,
    Chris Wood.

    P.S. - I can do the Timer stuff myself, however I need some ideas on how to check user inactivity.
    Last edited by ChrisWood; 04-24-2012 at 12:02 PM.

  2. #2
    VBAX Master
    Joined
    Feb 2007
    Posts
    2,093
    Location
    I'm not sure there's a way to that in vba but if you don't use the addin but just insert a Microsoft Web Brower object manually (this is what the add in does) you can right click > Show code and in the right drop menu see all of the supported events.
    John Wilson
    Microsoft PowerPoint MVP
    Amazing Free PowerPoint Tutorials
    http://www.pptalchemy.co.uk/powerpoi...tutorials.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •