atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Wed Jan 09, 2008 2:20 pm Post subject: |
|
|
| JakSplitter wrote: | I dunno dude, i have coded in vb6 again until yesterday, anyways try this.
Add a button, then make the button say Timer1.Enabled = True, then in the Timer1 add:
for i = 1 to 1000
msgbox ("LOL!")
next i
timer1.enabled = false |
Why on earth would you put a for loop in a timer...?
_________________
- Retired. |
|