Nelson Reis
Nelson Reis

Reputation: 4810

MSDN C# ProcessController Sample

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?

Upvotes: 0

Views: 1370

Answers (2)

Nelson Reis
Nelson Reis

Reputation: 4810

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.

Upvotes: 0

Sean Bright
Sean Bright

Reputation: 120644

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.

Upvotes: 2

Related Questions