Hello,
I am currently taking a class in VB.NET. The book is really no help in many of the instances so I am turning to the experienced programmers to help me figure things out.
I am supposed to place a timer on a form. I did this by dragging the timer from the tool box. Now I am supposed to code the timer when the checkbutton is clicked and a number is inputted and displayed in the labelbox the timer is supposed to begin running for 5000 ms (5 seconds). After 5 seconds it is supposed to clear the answers from the textbox and the labelbox and I would assume shut off the timer. Can someone please help me code this in VB.NET? Thank you in advance for any responses.