Click here to Skip to main content
15,891,567 members
Articles / Desktop Programming / WPF

XPlorerBar: A WPF Windows XP Style Explorer Bar Control

Rate me:
Please Sign up or sign in to vote.
4.95/5 (168 votes)
9 Dec 2008CPOL11 min read 344.1K   9.3K   408  
A fully customizable WPF implementation of the left side pane that was introduced in Windows XP's Explorer.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XPlorerBar.DemoApp", "XPlorerBar.DemoApp\XPlorerBar.DemoApp.csproj", "{19CCC91C-21D0-45C5-A975-673143D45AD3}"
	ProjectSection(ProjectDependencies) = postProject
		{C8784124-F590-4C68-BB3B-1CF794AFC75D} = {C8784124-F590-4C68-BB3B-1CF794AFC75D}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XPlorerBar.Library", "XPlorerBar.Library\XPlorerBar.Library.csproj", "{C8784124-F590-4C68-BB3B-1CF794AFC75D}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{19CCC91C-21D0-45C5-A975-673143D45AD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{19CCC91C-21D0-45C5-A975-673143D45AD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{19CCC91C-21D0-45C5-A975-673143D45AD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{19CCC91C-21D0-45C5-A975-673143D45AD3}.Release|Any CPU.Build.0 = Release|Any CPU
		{C8784124-F590-4C68-BB3B-1CF794AFC75D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C8784124-F590-4C68-BB3B-1CF794AFC75D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C8784124-F590-4C68-BB3B-1CF794AFC75D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C8784124-F590-4C68-BB3B-1CF794AFC75D}.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
Team Leader
France France
I have been developing and managing projects for real-time embedded softwares for eight years. Then, I moved from Paris to the south of France and began to lead a team who was developping Java applications.

My main occupation right now is to continue my journey in the WPF world.

You can check out my blog here. [^]

Comments and Discussions