Click here to Skip to main content
15,881,561 members
Articles / Desktop Programming / WPF

WPF Breadcrumb Folder TextBox

Rate me:
Please Sign up or sign in to vote.
4.41/5 (10 votes)
15 Jan 2009LGPL36 min read 100.6K   1.7K   71  
This article provides an implementation of a WPF Breadcrumb control, and describes how to develop one.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickZip.UserControls.Breadcrumb", "QuickZip.UserControls.Breadcrumb\QuickZip.UserControls.Breadcrumb.csproj", "{594A2604-0159-447D-AFFC-7ED02F66A7F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BreadcrumbTest2", "BreadcrumbTest2\BreadcrumbTest2.csproj", "{B490244A-047B-452E-8208-A844A45B9E7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickZip.Converters", "..\..\Tools\QuickZIp.Converters\QuickZip.Converters.csproj", "{E8559BD9-8A3C-4F92-AB69-329B161BA7DD}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{594A2604-0159-447D-AFFC-7ED02F66A7F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{594A2604-0159-447D-AFFC-7ED02F66A7F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{594A2604-0159-447D-AFFC-7ED02F66A7F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{594A2604-0159-447D-AFFC-7ED02F66A7F9}.Release|Any CPU.Build.0 = Release|Any CPU
		{B490244A-047B-452E-8208-A844A45B9E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B490244A-047B-452E-8208-A844A45B9E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B490244A-047B-452E-8208-A844A45B9E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B490244A-047B-452E-8208-A844A45B9E7B}.Release|Any CPU.Build.0 = Release|Any CPU
		{E8559BD9-8A3C-4F92-AB69-329B161BA7DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E8559BD9-8A3C-4F92-AB69-329B161BA7DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E8559BD9-8A3C-4F92-AB69-329B161BA7DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E8559BD9-8A3C-4F92-AB69-329B161BA7DD}.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 GNU Lesser General Public License (LGPLv3)


Written By
Founder
Hong Kong Hong Kong

Comments and Discussions