Hi
i have noticed that if you add a timer to a user defined control you can start it from within the control, however you cannot stop it
tmrInterest.Start(); works
tmrInterest.Stop(); is ignored
Hope this helps
Ewan
Realised I was trying to stop the timer from within an asynchronous call which is why the command was having no effect!
Regards
Hi Ewan,
Glad you found a solution and thanks for confirming so quickly.
Palli