Hi,
I'm a newbie and I'd like some help please.
I created a small applications which check CPU usage on a list of servers every 5000 timer intervals.
The application was working but not responsive when the CPU usage is being fetched.
Now, I'm trying to use BackgroundWorker as well as the timer.
How can I do that?
Do I call my timer1_Tick event from within ackgroundWorker1_DoWork ?

Thanks for your help.
W.