A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

[Tutorial] Creating an advanced refresher

1.1k views · started by Keegan ·
#1
[Tutorial] Creating an advanced refresher
Ill teach you guys how to make an advanced refresher now
Firstly Read this tut and do it..

http://forum.logicalgamers.com/tutorials/28522-tutorial-creating-simple-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

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

Timer1.Interval = 2000


This will refresh the web browser every 2 sec

Finally the moderate refresher

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 :)
#2
Nice, ima try this one out, you know how to code a vb mp3 player?
#3
zzGoWR wrote:
Nice, ima try this one out, you know how to code a vb mp3 player?


Ill try doing that ....
#4
If you could do that, that would be amazing :D

ii would literally pay you if its under 1mb RAM sizee
#5
zzGoWR wrote:
If you could do that, that would be amazing :D

ii would literally pay you if its under 1mb RAM sizee


DO you want it 2 be in the bot...?
Or just a regular MP3 player...