-
June 14th, 2012 06:37 AM
#1
How to add elapsed event to timer in VB 2005
hi all
I'm a starter in VB
I just need to Know how to add elapsed event to timer in VB 2005
The timer has only Tick event
( if that not in vb 2005 what version of vb that supports the elapsed event )
Thanks all
-
June 14th, 2012 06:58 AM
#2
Re: How to add elapsed event to timer in VB 2005
Tick and Elapsed are pretty much the same event .. just depends on if your using
System.Windows.Forms.Timer
or
System.Timers.Timer
....
Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
WPF Articles : 3D Animation 1 , 2 , 3
Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.
-
June 14th, 2012 07:22 AM
#3
Re: How to add elapsed event to timer in VB 2005
 Originally Posted by GremlinSA
Tick and Elapsed are pretty much the same event .. just depends on if your using
System.Windows.Forms.Timer
or
System.Timers.Timer
....
ok thanks for reply but i have a code using elapsed event so is there a way in reference to add that event to the timer
-
June 14th, 2012 08:51 AM
#4
Re: How to add elapsed event to timer in VB 2005
Simply put the code from the elapsed event into the tick event
Always use [code][/code] tags when posting code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Click Here to Expand Forum to Full Width
|
Bookmarks