Click here to Skip to main content
15,892,746 members
Articles / Programming Languages / Visual Basic

Magic Library Docking Manager Designer

Rate me:
Please Sign up or sign in to vote.
3.39/5 (49 votes)
16 May 2013CPOL4 min read 444.9K   21.7K   160  
Provides docking support without writing one line of code.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DockingManagerExtender-Demo", "DockingManagerExtender-Demo.csproj", "{21C85E6A-C674-4154-B5C8-EE7AE348A7E9}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DockingManagerExtender", "..\DockingManagerExtenderSource\DockingManagerExtender.csproj", "{5AF96985-E4F3-4023-942C-9667CD62306F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{21C85E6A-C674-4154-B5C8-EE7AE348A7E9}.Debug.ActiveCfg = Debug|.NET
		{21C85E6A-C674-4154-B5C8-EE7AE348A7E9}.Debug.Build.0 = Debug|.NET
		{21C85E6A-C674-4154-B5C8-EE7AE348A7E9}.Release.ActiveCfg = Release|.NET
		{21C85E6A-C674-4154-B5C8-EE7AE348A7E9}.Release.Build.0 = Release|.NET
		{5AF96985-E4F3-4023-942C-9667CD62306F}.Debug.ActiveCfg = Debug|.NET
		{5AF96985-E4F3-4023-942C-9667CD62306F}.Debug.Build.0 = Debug|.NET
		{5AF96985-E4F3-4023-942C-9667CD62306F}.Release.ActiveCfg = Release|.NET
		{5AF96985-E4F3-4023-942C-9667CD62306F}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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)
Switzerland Switzerland
My interest is in the future because I am going to spend the rest of my life there. (Charles Kettering)

Biography

  • 1996 - 1998 PC Board PPL, HTML, DHTML, Javascript and ASP
  • 1999 - 2001 coding Centura against Sql Database (SqlBase,MSSQL,Oracle)
  • 2002 - 2004 C# Windows Forms
  • 2005 - 2006 C# ASP.NET, Windows Forms
  • 2006 - 2009 C#, WCF, WF, WPF
  • 2010 - 2012 C#, Dynamics CRM, Sharepoint, Silverlight
  • 2013 - 2013 C#, WCF DS (OData), WF, WPF
  • 2014 - 2016 C#, Azure PaaS, Identity, OWIN, OData, Web Api
  • 2017 - now C#, aspnet.core, IdentityServer4, TypeScript & Angular @ Azure IaaS or PaaS

Interests

  • family & friends
  • chilaxing ,)
  • coding

Comments and Discussions