C# Corner
10 TIPs - To Become a Good Developer/Programmer
Why Join Become a member Login
 
loading...
View All Comments
 
View All Messages
 
No unread notification. loading...
View All Notifications
 
C# Corner
Post
  • An Article
  • A Blog
  • A News
  • A Video
  • An EBook
  • An Interview Question
Ask Question
  •  
  • TECHNOLOGIES
  • ANSWERS
  • LEARN
  • NEWS
  • BLOGS
  • VIDEOS
  • INTERVIEW PREP
  • BOOKS
  • EVENTS
  • Training
  • Live
  • JOBS
  • MORE
    • CAREER
    • MEMBERS
Threading

Timer Control

  • Prasad
  • Updated date Aug 14, 2008
  • 24.5k
  • 0
  • 0

The sample project attached with this article shows how to use the Timer control available in .NET and C#.

  • facebook
  • twitter
  • linkedIn
  • Reddit
  • WhatsApp
    • Email
    • Bookmark
    • Print
    • Other Artcile
  • Expand
TimerDemoPS.zip

Description :

Some Tips using Timer :

  1. Timer_Event will fire only after the Timer.Start() method is called. 
  2. Interval property is used to set the interval between Timer_Event. 
  3. Timer can be stopped either by disabling the Timer or calling the Stop() method.

  • .net
  • C#
  • Interval property
  • start
  • stop
  • Timer
  • timer class
  • Timer Event
  • Windows Controls


Next Recommended Reading

FEATURED ARTICLES

View All

TRENDING UP

  • 01
    Azure Duration Functions - How To Use And Implement It
  • 02
    Creating Search Feature In Blazor Server Grid
  • 03
    Log Correlation In Microservices
  • 04
    Create A PowerApps Component Framework (PCFx ) Using Custom Code In PowerAPPs
  • 05
    How To Handle Nullable Reference In .NET 6
  • 06
    Import PowerApps Component Framework (PCFx ) Into Model Driven PowerApps
  • 07
    Creating Various Layouts For Different Razor Pages In Blazor
  • 08
    Growth Mindset Show Ep. 11 - 2022
  • 09
    Safest Way To Convert String To Int In C#
  • 10
    Top Three VS Code Extensions Worth The Money

View All

Learn C# 7.x
Challenge yourself
React Skill Challenge
Get Certified
Python Developer
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms
  • Media Kit
  • Sitemap
  • Report a Bug
  • FAQ
  • Partners
  • C# Tutorials
  • Common Interview Questions
  • Stories
  • Consultants
  • Ideas
  • Certifications

©2022 C# Corner. All contents are copyright of their authors.