I do not understand how to utilize the timers in vb.net I want to make a simple program where when I press a button the timer starts and the label changes it's number every second until 60 seconds have passed. I think I should put this in the button event
Timer1.Start()
But I am unsure of what to do from there. How do I go about doing this?