D
Davej
So if I use the System.Windows.Forms.Timer event handler to call a
routine that might perhaps exceed the period of the timer what
precautions are necessary? Can I use System.DateTime.Now to monitor
the actual execution time? When I have tried using System.DateTime.Now
to measure the execution time of a routine I seemed to be getting some
bogus results.
http://msdn.microsoft.com/en-us/library/system.windows.forms.timer.aspx
Thanks.
routine that might perhaps exceed the period of the timer what
precautions are necessary? Can I use System.DateTime.Now to monitor
the actual execution time? When I have tried using System.DateTime.Now
to measure the execution time of a routine I seemed to be getting some
bogus results.
http://msdn.microsoft.com/en-us/library/system.windows.forms.timer.aspx
Thanks.