Hello,
[2005]
I have form that uses a timer control. The user can stop, start and reset this timer. The idea of this timer is to log how long a engineer has taken to complete a specific job. The user will stop the timer by clicking a button on the form.
However, the problem is that the user can close the form and when they do the timer will automatically stop.
I am looking for a solution what will allow the timer to function after form has been closed and when the form is re-opened no time has been lost.
I know that the timer will run in the UI thread, so is it worth creating another thread for the actual timer control?
This is a mdi application, is it a better solution to have the timer control placed on the parent?
Many thanks for any suggestions and ideas,
Steve
[2005]
I have form that uses a timer control. The user can stop, start and reset this timer. The idea of this timer is to log how long a engineer has taken to complete a specific job. The user will stop the timer by clicking a button on the form.
However, the problem is that the user can close the form and when they do the timer will automatically stop.
I am looking for a solution what will allow the timer to function after form has been closed and when the form is re-opened no time has been lost.
I know that the timer will run in the UI thread, so is it worth creating another thread for the actual timer control?
This is a mdi application, is it a better solution to have the timer control placed on the parent?
Many thanks for any suggestions and ideas,
Steve