Ill teach you guys how to make an advanced refresher now
Firstly Read this tut and do it..

http://forum.logicalgamers.com/tutor...refresher.html

K now lets add 3 more buttons

Name them
Safe Refresher
Quick Refresher
Moderate Refresher

Now we want each of the refresher to have specific timings at which they run...
So...

Lets code the safe refresher

Code:
Timer1.Interval = 15000
This means that the web browser will refresh every 15 secs

Remember... to press the start button ....

Now for the Quick refresher

Code:
Timer1.Interval = 2000
This will refresh the web browser every 2 sec

Finally the moderate refresher

Code:
Timer1.Interval = 7000
This will refresh the web browser every 7 sec


There you go
You now have a refresher that can refresh at different times according to the user

My next tut will be on how to have user input

+Rep or hit the thanks button please