Quote:
Originally Posted by mackenga
System.Windows.Forms.Timer isn't relevant to this forum - but the Timer control is. (Note: this is not VB.NET land, but classic VB land, unless I'm much mistaken...)
To use the timer control, just drop it onto a form, give it a sensible name and then catch its Timer event.
|
There are two different classes named "Timer", System.Threading.Timer, and Timer Control (System.Windows.Forms.Timer), thats the reason that I mentioned the whole namespace hierarchy.