Click here to Skip to main content
15,886,011 members
Articles / Desktop Programming / Windows Forms

The Grouper - A Custom Groupbox Control

Rate me:
Please Sign up or sign in to vote.
4.88/5 (130 votes)
22 Jan 20067 min read 337.2K   13.2K   272  
The Grouper is a special groupbox control that is rounded and fully customizable. The control can paint borders, drop shadows, and has other features like gradient and solid backgrounds, custom text, and custom icons.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHarness", "TestHarness.csproj", "{60BEFA34-8635-47CE-A6B8-E19B46E00B02}"
	ProjectSection(ProjectDependencies) = postProject
		{D5D88EB0-23B9-46CE-B23C-C6245ECF023C} = {D5D88EB0-23B9-46CE-B23C-C6245ECF023C}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeVendor.Controls", "..\Grouper\CodeVendor.Controls.csproj", "{D5D88EB0-23B9-46CE-B23C-C6245ECF023C}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{60BEFA34-8635-47CE-A6B8-E19B46E00B02}.Debug.ActiveCfg = Debug|.NET
		{60BEFA34-8635-47CE-A6B8-E19B46E00B02}.Debug.Build.0 = Debug|.NET
		{60BEFA34-8635-47CE-A6B8-E19B46E00B02}.Release.ActiveCfg = Release|.NET
		{60BEFA34-8635-47CE-A6B8-E19B46E00B02}.Release.Build.0 = Release|.NET
		{D5D88EB0-23B9-46CE-B23C-C6245ECF023C}.Debug.ActiveCfg = Debug|.NET
		{D5D88EB0-23B9-46CE-B23C-C6245ECF023C}.Debug.Build.0 = Debug|.NET
		{D5D88EB0-23B9-46CE-B23C-C6245ECF023C}.Release.ActiveCfg = Release|.NET
		{D5D88EB0-23B9-46CE-B23C-C6245ECF023C}.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
Software Developer (Senior) Codevendor
United States United States
Please visit my personal website https://codevendor.com for my latest codes and updates.

Comments and Discussions