Loop Timer

Jools
09-07-2003, 03:44 AM
I dunno whether you'd use a loop timer to do this but I want to make a browser that refreshes a page every so often.

Any code help please?

sPiKie
09-07-2003, 03:58 AM
Use a timer... So if you want to make the page refresh every 3rd second, make the interval of the timer to 3000ms(3sec*1000ms=3000ms)
Very simple.. So then in your Timer_Timer event put the code you want.. in this case your code should be:

WebBrowser1.Refresh 'refresh the page

Hope that help!

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum