Meta
Categories
Category Archives: c#
System.Windows.Forms.Timer
Usage To raise an event at user defined intervals Good for polling operations or display a splash screen Implementation Implement Tick event for operations Use Interval property to set intervals Need to set Enabled property to true and Interval property … Continue reading
Posted in c#
Leave a comment