I have never used loops before so i dont know where to begin, i looked on the internet an found this code but it doesnt work
VB Code:
  1. Do While Timer1.Enabled
  2.     DoEvents
  3. Loop
How do you loop a timer?