PDA

View Full Version : WebBrowser Add-In and (Timer)User Inactive Detection



ChrisWood
04-24-2012, 11:43 AM
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.

John Wilson
04-24-2012, 01:35 PM
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.