Click here to Skip to main content
15,898,035 members
Articles / Programming Languages / XML

.NET Based Add-in/Plug-in Framework with Dynamic Toolbars and Menus

Rate me:
Please Sign up or sign in to vote.
4.74/5 (43 votes)
2 May 20066 min read 178.1K   2.2K   211  
An article on a .NET based add-in/plug-in framework, with dynamic toolbars and menus.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddinInterfaces", "AddinInterfaces.csproj", "{BB711A55-0B56-4986-B8C0-03BC9A830DA0}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{BB711A55-0B56-4986-B8C0-03BC9A830DA0}.Debug.ActiveCfg = Debug|.NET
		{BB711A55-0B56-4986-B8C0-03BC9A830DA0}.Debug.Build.0 = Debug|.NET
		{BB711A55-0B56-4986-B8C0-03BC9A830DA0}.Release.ActiveCfg = Release|.NET
		{BB711A55-0B56-4986-B8C0-03BC9A830DA0}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Chief Technology Officer KTS INFOTECH PVT LTD
India India
->9+ Years of Experience in IT Field.
->Basically a C++ Programmer migrating to .NET
->Have Masters degree in Physics and Computer Scince.
-> Doing his Ph.D(Part Time) in Optical Networking)
->Interests: Software product development,Networking, Robotics,Sports Physics, Learning musical instruments, Cricket.

->Resides in kerala ,the gods own country, with his mother and wife.

Home page


Comments and Discussions