Click here to Skip to main content
15,888,802 members
Articles / Desktop Programming / Windows Forms

Data Combobox

Rate me:
Please Sign up or sign in to vote.
4.81/5 (6 votes)
27 Jul 2010CPOL2 min read 52.6K   3.5K   26  
A custom combobox control that uses a datatable and can show multiple columns

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApplication1", "WindowsFormsApplication1.csproj", "{07781C9F-F0CD-4DB2-99A9-FF7CBC437E1D}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{07781C9F-F0CD-4DB2-99A9-FF7CBC437E1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{07781C9F-F0CD-4DB2-99A9-FF7CBC437E1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{07781C9F-F0CD-4DB2-99A9-FF7CBC437E1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{07781C9F-F0CD-4DB2-99A9-FF7CBC437E1D}.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
I have a degree in Electrical Engineering and a degree in Computer Science. I have been working as a professional programmer since 1994 but have been messing around with computers and programming since the mid 1980's. I've worked with many languages over the years including progress,php,c,vb6 and c#. I enjoy reading science fiction and mystery/thrillers.

Comments and Discussions