Click here to Skip to main content
15,884,298 members
Articles / Desktop Programming / Windows Forms

A Simplified Solution for Hiding the Taskbar and Start Orb in Vista and Windows 7

Rate me:
Please Sign up or sign in to vote.
4.50/5 (8 votes)
21 Jul 2010CPOL2 min read 50.4K   1.1K   12  
This article describes a simple solution for hiding the Taskbar and the Start Orb that works on both Vista and Windows 7.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisableWindowManagement", "DisableWindowManagement\DisableWindowManagement.csproj", "{6F1242D1-78DC-4910-9F3F-25EB2C336A4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDisableWindowManagement", "TestDisableWindowManagement\TestDisableWindowManagement.csproj", "{B84D914F-3FDE-445A-A86E-01048D305B3D}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6F1242D1-78DC-4910-9F3F-25EB2C336A4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6F1242D1-78DC-4910-9F3F-25EB2C336A4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6F1242D1-78DC-4910-9F3F-25EB2C336A4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6F1242D1-78DC-4910-9F3F-25EB2C336A4E}.Release|Any CPU.Build.0 = Release|Any CPU
		{B84D914F-3FDE-445A-A86E-01048D305B3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B84D914F-3FDE-445A-A86E-01048D305B3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B84D914F-3FDE-445A-A86E-01048D305B3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B84D914F-3FDE-445A-A86E-01048D305B3D}.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
Founder Crunch Magic
United States United States
I'm working on a website to help people find games they'll love. It's called Crunch Magic. Mathematical!

www.crunchmagic.com.

Comments and Discussions