Thread: Auto Save
View Single Post
Old Dec 26th, 2007, 12:50 PM   #5
milot
Programmer
 
milot's Avatar
 
Join Date: Nov 2006
Location: Kosovė/Prishtinė
Posts: 47
Rep Power: 0 milot is on a distinguished road
Re: Auto Save

Quote:
Originally Posted by mackenga View Post
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.
milot is offline   Reply With Quote