The problem is when i start the timer (e.g. for 10 seconds) the program 'freezes' and no interaction can happen within the program until the 10 seconds is up and the timer is stopped.
Does this mean i have to implement the timer within a thread or is it to do with the rest of my code.
I have already created my program and do not want to edit it too much.
Is there a quick and easy way of implementing a new thread. All i need to be able to do is have a countdown of 10 seconds while still alowing the user to use my program. At the end of the countdown a msg box will pop up.