It works just fine in my version. However I would recommend that you have a
look at www.planet-source-code.com and see if you can find a timer class.
These tend to be more accurate and you don't have the overhead of the
control either
Quote:
> This is not working since you can't set the properties afterwards.
> Like:
> mytimer.enable = true
> This triggers an error.
> David
> > Private WithEvents myTimer as timer
> > > How can I create a timer control in a class and handle the events
there
> ?
> > > David