Windows.forms.timers vs system.timers.timer visual studio 2008
Hello experts, I have a windows form application developed with visual studio 2008. It is a multithreaded application and I have some timers that do some heavier processing every 3 seconds. My question is, what type of timer objects should I use the System timers or Windows timers? What is the difference and which one is better for performance?
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
...as such, if you use the System.Timers.Timer then you'll need to use Invoke()/Delegates if you need to update the UI.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!