//flex table opened by JP

Click to See Complete Forum and Search --> : How to reset timer in Visual Basic (6.0)


Kinmon
02-05-2001, 01:03 PM
Our timer needs to be reset... How would we go about to do this?

qball
02-06-2001, 03:45 PM
This is in the wrong place, I believe.

I'm not great at VB, but are you talking about about a timer event or timer object of some type.

If event, stop the timer and then fire timer event again.

If object, it must have a clear() method or something.... Else destroy old object and create new one.