J jspaarg Member Joined Aug 20, 2005 Messages 8 Programming Experience 10+ Sep 12, 2005 #1 Does anyone know if a timer can be reset on the fly?
kulrom Well-known member Joined May 10, 2005 Messages 2,854 Location Republic of Macedonia Programming Experience 10+ Sep 12, 2005 #2 VB.NET: Expand Collapse Copy 'reset the timer[/color] [color=black] myTimer[/color][color=black].[/color][color=black]Dispose[/color] [color=black] myTimer[/color] [color=#804040]=[/color] [color=#0000ff]Nothing[/color][color=#008000] However explain your needs ... maybe this is not the best way in your case Regards Upvote 0 Downvote
VB.NET: Expand Collapse Copy 'reset the timer[/color] [color=black] myTimer[/color][color=black].[/color][color=black]Dispose[/color] [color=black] myTimer[/color] [color=#804040]=[/color] [color=#0000ff]Nothing[/color][color=#008000] However explain your needs ... maybe this is not the best way in your case Regards
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,190 Location Sydney, Australia Programming Experience 10+ Sep 12, 2005 #3 If you mean you want to restart the Interval, just call Start then Stop. Upvote 0 Downvote