.NET Framework: Process class and shell functionality

Illustrates some of the ways in which you can launch and monitor processes using the Process class found in the System.Diagnostics
namespace.

Featured Highlights:

This project illustrates the use of anchoring controls alleviating the need to code the replacement of
controls when a form is resized.

This project also illustrates the use of the StringBuilder class. The StringBuilder class provides increased
performance over normal string concatenation techniques when the number of concatenations goes above 5-10.

The StringBuilder class is utilized to build the list of loaded modules for a given process.

Requirements:

Requires Microsoft Visual Studio.NET and Windows 2000 or Windows XP.

Running the Sample:

Simply Press F5.

See also

Process Class