Situation:
I would like to:
1) enter a word into a textbox
2) click a button
3) have the program wait 10 minutes (allowing me to do other things on the form (doevents, I assume))
4) have a message box pop up with the word in the text box after 10 minutes.
The timer control is irritating me, mostly because it can only handle 1 minute. I'd also like a label control to show me how many minutes are left before the 10 minutes are up (updated once per minute).
Any help would be greatly appreciated.
I would like to:
1) enter a word into a textbox
2) click a button
3) have the program wait 10 minutes (allowing me to do other things on the form (doevents, I assume))
4) have a message box pop up with the word in the text box after 10 minutes.
The timer control is irritating me, mostly because it can only handle 1 minute. I'd also like a label control to show me how many minutes are left before the 10 minutes are up (updated once per minute).
Any help would be greatly appreciated.