tags:

views:

485

answers:

2

I've found this MSDN article that explains how to monitor processes and services with C#:

ProcessController Sample: Demonstrates Processes and Services Monitoring

However, I can't download or find this sample anywhere! And it would be really helpful.

Can somebody help me?

+2  A: 

The information you are looking for is here:

http://msdn.microsoft.com/en-us/library/z9hsy596(VS.80).aspx

You need to install the Microsoft .NET Framework SDK v2.0 which comes with the QuickStart samples.

In response to your comment:

I downloaded from this page. I then ran setup.exe and on the page titled Installation Options I checked the QuickStart Samples box and completed the installation. I then followed the instructions here to access the QuickStarts on my system.

Sean Bright
I've installed it, but still don't find this sample.
Nelson Reis
Thanks for you effort. I've followed your steps, but still couldn't find the sample I'm looking for (ProcessController).Could you find it in your installed samples?
Nelson Reis
A: 

Ok, I've finally found it!

This ProcessController sample is part of the Microsoft Visual Studio .NET, version 7.0.

I was able to download it from VisualStudio .NET Help Documentation Samples.

Nelson Reis
I dont see C# sample in the link. It only has VB sample. Can you help me get to C# sample.
Nitin Chaudhari
After googling a bit, I found a mirror which hosts the C# version : http://www.pudn.com/downloads6/sourcecode/windows/detail21404_en.html
Nitin Chaudhari
Thanks @Nitin. That's a great link.
Nelson Reis