Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer control NUTTTS!!
Message
From
12/01/1999 12:00:51
 
 
To
08/01/1999 15:12:39
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00174177
Message ID:
00175093
Views:
38
>I am going NUTTS (I am newbie with VB5.0)
>I set my interval to 8000 (8 secs i pressum) and I am trying to
>capture the val, let says 1 second passeds then do this, 2sec passs
>and then do this.. but how can I do this???
>
>any help ;-<<<
>
>Mark


The timer will fire an event at the interval you specified.
To keep track of how many times the event fired, you can declare a static variable in the event an increment it.

Static x as integer
x = x + 1
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Previous
Reply
Map
View

Click here to load this message in the networking platform