I am coding something fairly simple and I've run into a few barriers. Keep in mind I don't have much experience in VB.NET.
1) I have created timer that is activated by the user with a user-defined time. But, when the "Start" button is clicked, the timer immedieatly sets off the alarm. Is there any way to prevent this from happening?
2) Still related to the timer, it sets off two things, the alarm and a MsgBox, the problem here is that when the MsgBox is closed I need the alarm to shut off too. How would I go about doing that?
3) On to the alarm, I need to create a checkbox that when check will allow the timer to activate the alarm and if not disallow.
Any and all help is appreciated!