Click here to Skip to main content
15,885,278 members
Articles / Programming Languages / C++

Virtual Desktop: A Simple Desktop Management Tool

Rate me:
Please Sign up or sign in to vote.
4.83/5 (46 votes)
25 Jul 2008CPOL5 min read 230.2K   11.9K   143  
This article gives you an overview of Windows Station, Windows Desktop and how to work with them. It also has a sample application (Virtual Desktop) demonstrating multiple desktop management.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Virtual Desktop", "Virtual Desktop.vcproj", "{3DA7D520-67E6-44D4-B146-2010FC100D1D}"
	ProjectSection(ProjectDependencies) = postProject
		{118E0CC7-7DD6-4AA4-8683-7060E8FACDA9} = {118E0CC7-7DD6-4AA4-8683-7060E8FACDA9}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Event Hooker Dll", "Event Hooker Dll\Event Hooker Dll.vcproj", "{118E0CC7-7DD6-4AA4-8683-7060E8FACDA9}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{3DA7D520-67E6-44D4-B146-2010FC100D1D}.Debug|Win32.ActiveCfg = Debug|Win32
		{3DA7D520-67E6-44D4-B146-2010FC100D1D}.Debug|Win32.Build.0 = Debug|Win32
		{3DA7D520-67E6-44D4-B146-2010FC100D1D}.Release|Win32.ActiveCfg = Release|Win32
		{3DA7D520-67E6-44D4-B146-2010FC100D1D}.Release|Win32.Build.0 = Release|Win32
		{118E0CC7-7DD6-4AA4-8683-7060E8FACDA9}.Debug|Win32.ActiveCfg = Debug|Win32
		{118E0CC7-7DD6-4AA4-8683-7060E8FACDA9}.Debug|Win32.Build.0 = Debug|Win32
		{118E0CC7-7DD6-4AA4-8683-7060E8FACDA9}.Release|Win32.ActiveCfg = Release|Win32
		{118E0CC7-7DD6-4AA4-8683-7060E8FACDA9}.Release|Win32.Build.0 = Release|Win32
	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
Software Developer
India India
Hello All !
This is Mallinath S. Karkanti, from India. I'm working as a Software Developer in one of the Middle Scale Company... !

Comments and Discussions