Hello,
VS 2005
Currently I have an array of stop watch objects so I can monitor multiple tasks as the same time and the user can stop and start any of them.
The problem now is that when the user closes the form all of the stop watch timers will stop and all the times will be lost.
I am thinking of using threads, but I don't have much experience in threading. Can anyone tell me if this is the right direction to go in?
Many thanks in advance,
Steve
VS 2005
Currently I have an array of stop watch objects so I can monitor multiple tasks as the same time and the user can stop and start any of them.
The problem now is that when the user closes the form all of the stop watch timers will stop and all the times will be lost.
I am thinking of using threads, but I don't have much experience in threading. Can anyone tell me if this is the right direction to go in?
Many thanks in advance,
Steve