M
Mike P
With the VB6 timer, it was simply a matter of setting Enabled = true to
start the timer, and Enabled = false to stop the timer. With C# you
also have Start and Stop methods. To get the same functionality as VB6,
would it simply be a case of making all timers enabled all the time, and
starting and stopping them using Start and Stop, or do you need to
Enable, then Start, then Stop, then Disable, then Enable again etc.
What is the difference between these 2 ways of using the timer?
Any help would be really appreciated.
Cheers,
Mike
start the timer, and Enabled = false to stop the timer. With C# you
also have Start and Stop methods. To get the same functionality as VB6,
would it simply be a case of making all timers enabled all the time, and
starting and stopping them using Start and Stop, or do you need to
Enable, then Start, then Stop, then Disable, then Enable again etc.
What is the difference between these 2 ways of using the timer?
Any help would be really appreciated.
Cheers,
Mike