Click here to Skip to main content
15,886,689 members
Articles / Programming Languages / C++

A user configurable "Idle Computer Notification" tool

Rate me:
Please Sign up or sign in to vote.
3.62/5 (7 votes)
21 Aug 2006CPOL2 min read 36.9K   415   15  
This tool will let you know when your computer is idle/busy.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "icnsettings", "idlecomputernotificatoin\idlecomputernotificatoin.vcproj", "{6978D3C2-C3B0-49D8-A5EC-CCD1F62732F1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "icn", "icn\icn.vcproj", "{AFBC8CCF-D2F6-48D0-A550-483271E32F47}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{90EB7F0D-A621-41D7-899D-8AD3E862F1FC}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 4
		SccLocalPath0 = .
		SccProjectUniqueName1 = idlecomputernotificatoin\\idlecomputernotificatoin.vcproj
		SccLocalPath1 = .
		SccProjectFilePathRelativizedFromConnection1 = idlecomputernotificatoin\\
		SccProjectUniqueName2 = icn\\icn.vcproj
		SccLocalPath2 = .
		SccProjectFilePathRelativizedFromConnection2 = icn\\
		SccProjectUniqueName3 = Setup\\Setup.vdproj
		SccLocalPath3 = .
		SccProjectFilePathRelativizedFromConnection3 = Setup\\
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6978D3C2-C3B0-49D8-A5EC-CCD1F62732F1}.Debug|Win32.ActiveCfg = Debug|Win32
		{6978D3C2-C3B0-49D8-A5EC-CCD1F62732F1}.Debug|Win32.Build.0 = Debug|Win32
		{6978D3C2-C3B0-49D8-A5EC-CCD1F62732F1}.Release|Win32.ActiveCfg = Release|Win32
		{6978D3C2-C3B0-49D8-A5EC-CCD1F62732F1}.Release|Win32.Build.0 = Release|Win32
		{AFBC8CCF-D2F6-48D0-A550-483271E32F47}.Debug|Win32.ActiveCfg = Debug|Win32
		{AFBC8CCF-D2F6-48D0-A550-483271E32F47}.Debug|Win32.Build.0 = Debug|Win32
		{AFBC8CCF-D2F6-48D0-A550-483271E32F47}.Release|Win32.ActiveCfg = Release|Win32
		{AFBC8CCF-D2F6-48D0-A550-483271E32F47}.Release|Win32.Build.0 = Release|Win32
		{90EB7F0D-A621-41D7-899D-8AD3E862F1FC}.Debug|Win32.ActiveCfg = Debug
		{90EB7F0D-A621-41D7-899D-8AD3E862F1FC}.Release|Win32.ActiveCfg = Release
		{90EB7F0D-A621-41D7-899D-8AD3E862F1FC}.Release|Win32.Build.0 = Release
	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
Web Developer
United States United States
16yrs of GUI programming experience gained at: (most recent first) BlackBall, Veritas, Seagate Software, Arcada, Stac, Mountain, and Emerald Systems.

Languages/Scripting: C, C++, JAVA, BASIC, JAVASCRIPT, HTML, XML, PHP, and SQL

Tools: MS Visual Studio, MS Visual SourceSafe, CVS, PVCS, Bounds Checker, VMWare, ToDoList, InstallShield, and Office Applications

Libraries and API: RTL, STL, WIN32, MFC, ATL, .NET, ActiveX, DirectX, COM, DCOM, Shell Extensions, and Shell Namespaces

Strengths: Honest, communicative, keen eye for usability, good at estimating workload and completion dates, ready to take on grunt work, team player, experienced working with QA, localization, Tech Pubs, Sales, and Marketing teams.

Comments and Discussions