Question

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?

Was it helpful?

Solution 2

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top