Click here to Skip to main content
15,885,278 members
Articles / Programming Languages / C#

An OwnerDraw ComboBox with CheckBoxes in the Drop-Down

Rate me:
Please Sign up or sign in to vote.
4.74/5 (27 votes)
24 May 2007CPOL3 min read 272K   15.5K   64  
An OwnerDraw ComboBox with CheckBoxes in the Drop-Down

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C# Express 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CheckComboBox", "CheckComboBox\CheckComboBox.csproj", "{092968D1-9AC4-45C8-9D7B-9AF4A241052C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{092968D1-9AC4-45C8-9D7B-9AF4A241052C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{092968D1-9AC4-45C8-9D7B-9AF4A241052C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{092968D1-9AC4-45C8-9D7B-9AF4A241052C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{092968D1-9AC4-45C8-9D7B-9AF4A241052C}.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 Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Developer with over twenty years of coding for profit, and innumerable years before that of doing it at a loss.

Comments and Discussions