In Java timer has following functions
timer.setInitialDelay(1000);
timer.setRepeats(false);
So,I their's analogue in .NET
timer.Interval = 1000;
timer.AutoReset = false;
Is it wright??
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: Timers
|
Click Here to Expand Forum to Full Width |