I added a timer to my windows form. I set Timer1.Enabled = true, so it starts running when my application starts.
I'm trying to make a reminder app and I would like to make the timer pop up a message at a certain time of the day and not at intervals. How can I setup a variable with a time of day so my messagebox pops up on time?
I'm trying to make a reminder app and I would like to make the timer pop up a message at a certain time of the day and not at intervals. How can I setup a variable with a time of day so my messagebox pops up on time?