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
This means that the web browser will refresh every 15 secsCode:Timer1.Interval = 15000
Remember... to press the start button ....
Now for the Quick refresher
This will refresh the web browser every 2 secCode:Timer1.Interval = 2000
Finally the moderate refresher
This will refresh the web browser every 7 secCode:Timer1.Interval = 7000
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![]()
Results 1 to 5 of 5
Threaded View
- 09 Nov. 2010 04:58pm #1
[Tutorial] Creating an advanced refresher