how do i set a timer to one hour.
the following code does not work
Private sub cmdTime_click
while count =< 600
timer.enabled = true
count = count + 1
wend
End Sub
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: setting timer to one hourThreaded View
|
Click Here to Expand Forum to Full Width |