Click here to Skip to main content
15,887,945 members
Articles / Desktop Programming / WPF

Building a Docking Window Management Solution in WPF

Rate me:
Please Sign up or sign in to vote.
4.28/5 (25 votes)
1 Jan 2011CPOL8 min read 188.2K   15.7K   83  
A docking window solution using WPF as part of Synergy toolkit

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Synegy", "Synegy\Synegy.csproj", "{1465A00E-D2EB-44FE-A9BD-B373307EBF2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MixModes.Synergy.VisualFramework", "MixModes.Synergy.VisualFramework\MixModes.Synergy.VisualFramework.csproj", "{91827FBF-B7E1-4A00-9F06-D6F170855AC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MixModes.Synergy.Resources", "MixModes.Synergy.Resources\MixModes.Synergy.Resources.csproj", "{F81964C1-E1ED-4F85-BF5F-96A95B8541C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MixModes.Synergy.Themes", "MixModes.Synergy.Themes\MixModes.Synergy.Themes.csproj", "{BF2604F3-AA31-4075-B153-BDA51B9DA85C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MixModes.Synergy.Utilities", "MixModes.Synergy.Utilities\MixModes.Synergy.Utilities.csproj", "{DA4B2C0E-D106-49E8-B921-6891149388CB}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 6
		SccLocalPath0 = .
		SccProjectUniqueName1 = Synegy\\Synegy.csproj
		SccLocalPath1 = .
		SccProjectFilePathRelativizedFromConnection1 = Synegy\\
		SccProjectUniqueName2 = MixModes.Synergy.VisualFramework\\MixModes.Synergy.VisualFramework.csproj
		SccLocalPath2 = .
		SccProjectFilePathRelativizedFromConnection2 = MixModes.Synergy.VisualFramework\\
		SccProjectUniqueName3 = MixModes.Synergy.Resources\\MixModes.Synergy.Resources.csproj
		SccLocalPath3 = .
		SccProjectFilePathRelativizedFromConnection3 = MixModes.Synergy.Resources\\
		SccProjectUniqueName4 = MixModes.Synergy.Themes\\MixModes.Synergy.Themes.csproj
		SccLocalPath4 = .
		SccProjectFilePathRelativizedFromConnection4 = MixModes.Synergy.Themes\\
		SccProjectUniqueName5 = MixModes.Synergy.Utilities\\MixModes.Synergy.Utilities.csproj
		SccLocalPath5 = .
		SccProjectFilePathRelativizedFromConnection5 = MixModes.Synergy.Utilities\\
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1465A00E-D2EB-44FE-A9BD-B373307EBF2F}.Debug|Any CPU.ActiveCfg = Debug|x86
		{1465A00E-D2EB-44FE-A9BD-B373307EBF2F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{1465A00E-D2EB-44FE-A9BD-B373307EBF2F}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{1465A00E-D2EB-44FE-A9BD-B373307EBF2F}.Debug|x86.ActiveCfg = Debug|x86
		{1465A00E-D2EB-44FE-A9BD-B373307EBF2F}.Debug|x86.Build.0 = Debug|x86
		{1465A00E-D2EB-44FE-A9BD-B373307EBF2F}.Release|Any CPU.ActiveCfg = Release|x86
		{1465A00E-D2EB-44FE-A9BD-B373307EBF2F}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{1465A00E-D2EB-44FE-A9BD-B373307EBF2F}.Release|Mixed Platforms.Build.0 = Release|x86
		{1465A00E-D2EB-44FE-A9BD-B373307EBF2F}.Release|x86.ActiveCfg = Release|x86
		{1465A00E-D2EB-44FE-A9BD-B373307EBF2F}.Release|x86.Build.0 = Release|x86
		{91827FBF-B7E1-4A00-9F06-D6F170855AC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{91827FBF-B7E1-4A00-9F06-D6F170855AC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{91827FBF-B7E1-4A00-9F06-D6F170855AC6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{91827FBF-B7E1-4A00-9F06-D6F170855AC6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{91827FBF-B7E1-4A00-9F06-D6F170855AC6}.Debug|x86.ActiveCfg = Debug|Any CPU
		{91827FBF-B7E1-4A00-9F06-D6F170855AC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{91827FBF-B7E1-4A00-9F06-D6F170855AC6}.Release|Any CPU.Build.0 = Release|Any CPU
		{91827FBF-B7E1-4A00-9F06-D6F170855AC6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{91827FBF-B7E1-4A00-9F06-D6F170855AC6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{91827FBF-B7E1-4A00-9F06-D6F170855AC6}.Release|x86.ActiveCfg = Release|Any CPU
		{F81964C1-E1ED-4F85-BF5F-96A95B8541C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F81964C1-E1ED-4F85-BF5F-96A95B8541C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F81964C1-E1ED-4F85-BF5F-96A95B8541C7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{F81964C1-E1ED-4F85-BF5F-96A95B8541C7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{F81964C1-E1ED-4F85-BF5F-96A95B8541C7}.Debug|x86.ActiveCfg = Debug|Any CPU
		{F81964C1-E1ED-4F85-BF5F-96A95B8541C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F81964C1-E1ED-4F85-BF5F-96A95B8541C7}.Release|Any CPU.Build.0 = Release|Any CPU
		{F81964C1-E1ED-4F85-BF5F-96A95B8541C7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{F81964C1-E1ED-4F85-BF5F-96A95B8541C7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{F81964C1-E1ED-4F85-BF5F-96A95B8541C7}.Release|x86.ActiveCfg = Release|Any CPU
		{BF2604F3-AA31-4075-B153-BDA51B9DA85C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BF2604F3-AA31-4075-B153-BDA51B9DA85C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BF2604F3-AA31-4075-B153-BDA51B9DA85C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{BF2604F3-AA31-4075-B153-BDA51B9DA85C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{BF2604F3-AA31-4075-B153-BDA51B9DA85C}.Debug|x86.ActiveCfg = Debug|Any CPU
		{BF2604F3-AA31-4075-B153-BDA51B9DA85C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BF2604F3-AA31-4075-B153-BDA51B9DA85C}.Release|Any CPU.Build.0 = Release|Any CPU
		{BF2604F3-AA31-4075-B153-BDA51B9DA85C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{BF2604F3-AA31-4075-B153-BDA51B9DA85C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{BF2604F3-AA31-4075-B153-BDA51B9DA85C}.Release|x86.ActiveCfg = Release|Any CPU
		{DA4B2C0E-D106-49E8-B921-6891149388CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DA4B2C0E-D106-49E8-B921-6891149388CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DA4B2C0E-D106-49E8-B921-6891149388CB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{DA4B2C0E-D106-49E8-B921-6891149388CB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{DA4B2C0E-D106-49E8-B921-6891149388CB}.Debug|x86.ActiveCfg = Debug|Any CPU
		{DA4B2C0E-D106-49E8-B921-6891149388CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DA4B2C0E-D106-49E8-B921-6891149388CB}.Release|Any CPU.Build.0 = Release|Any CPU
		{DA4B2C0E-D106-49E8-B921-6891149388CB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{DA4B2C0E-D106-49E8-B921-6891149388CB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{DA4B2C0E-D106-49E8-B921-6891149388CB}.Release|x86.ActiveCfg = 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
Software Developer (Senior) MixModes Inc. | Research In Motion
Canada Canada
Ashish worked for Microsoft for a number of years in Microsoft Visual Studio (Architect edition) and Windows Live division as a developer. Before that he was a developer consultant mainly involved in distributed service development / architecture. His main interests are distributed software architecture, patterns and practices and mobile device development.

Currently Ashish serves as a Technical Lead at RIM leading next generation BlackBerry media experience and also runs his own company MixModes Inc. specializing in .NET / WPF / Silverlight technologies. You can visit MixModes at http://mixmodes.com or follow it on Twitter @MixModes

In his free time he is an avid painter, hockey player and enjoys travelling. His blog is at: http://ashishkaila.serveblog.net

Comments and Discussions