Click here to Skip to main content
15,885,763 members
Articles / Desktop Programming / Windows Forms

A Process viewer with alert notification

Rate me:
Please Sign up or sign in to vote.
4.27/5 (18 votes)
20 May 2008CPOL2 min read 63.9K   2.8K   55  
Simple process viewer that is capable of setting alerts for process events.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C# Express 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProcessInfo", "ProcessInfo\ProcessInfo.csproj", "{CA3EB276-92D5-48AA-861D-D42617025663}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{CA3EB276-92D5-48AA-861D-D42617025663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CA3EB276-92D5-48AA-861D-D42617025663}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CA3EB276-92D5-48AA-861D-D42617025663}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CA3EB276-92D5-48AA-861D-D42617025663}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Canada Canada
Ashutosh is an avid programmer, who “lives to code”. One can always find him busy seeking challenging programming assignments on various complex problems ranging from Data management, Classification, Optimization, Security, Network analysis, Distributed computing.

He started his programming stint with “C”; he has also worked on C++, Visual Basic, JAVA, Perl, FoxPro, PASCAL, Shell Scripting, and Perl. Currently, he is proficient and working on C#.

His area of interest includes Distributed Computing, Analytic and Business Intelligence, Large Enterprise System Architectures, Enterprise Content Management.

He is an advocate of Open source and likes to share solutions with open source communities like
1.Stack Overflow
2. nHibernate
.

Award's :
Prize winner in Competition "Best article of May 2008"

Articles :
Click to see my CodeProject Articles

Blog :
Share a solution | Explore the .NET world

Link'd :


His Favorite(s) :
nHibernate - The best ORM.
nHibernate Contributed Tools

Comments and Discussions