Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer
Message
From
31/10/2005 10:55:23
 
General information
Forum:
Visual Basic
Category:
Other
Title:
Re: Timer
Miscellaneous
Thread ID:
01063449
Message ID:
01063595
Views:
7
OK didn't see this before responding to previous one. That's what happens when you have to expand every branch after more than 400 msgs..

>You probably found that the maximum value of the Interval property of the Timer is about 65000 milliseconds (about a minute).
>
>If you want something to run every 20 minutes, set the Timer to 60000 and count the number of time the timer event is raised (using a static variable). When it hits 20, do your job and reset the counter to 0.
>
>
>>Hello every one,
>>
>>Please anybody tell me how I set timer to execute one function after every 20 minutes or what ever I set time for this timer.
>>
>>Thankx
Previous
Reply
Map
View

Click here to load this message in the networking platform