Click here to Skip to main content
15,886,519 members
Articles / Web Development / HTML

ExCB - Extended Multi Column ComboBox

Rate me:
Please Sign up or sign in to vote.
4.77/5 (31 votes)
21 Mar 2016CPOL6 min read 77.3K   3.6K   43  
Presenting an easy-to-use, flexible, filterable ComboBox, managing various data types (including images), also sortable, resizable and reordable columns

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ExCB", "ExCB\ExCB.vbproj", "{AE918620-FD7E-4A21-8FA7-95802BCB0015}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ExCB_Test", "ExCB_Test\ExCB_Test.vbproj", "{C918B358-5D17-470C-AEA0-555C87E8BC0F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{AE918620-FD7E-4A21-8FA7-95802BCB0015}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{AE918620-FD7E-4A21-8FA7-95802BCB0015}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{AE918620-FD7E-4A21-8FA7-95802BCB0015}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{AE918620-FD7E-4A21-8FA7-95802BCB0015}.Release|Any CPU.Build.0 = Release|Any CPU
		{C918B358-5D17-470C-AEA0-555C87E8BC0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C918B358-5D17-470C-AEA0-555C87E8BC0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C918B358-5D17-470C-AEA0-555C87E8BC0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C918B358-5D17-470C-AEA0-555C87E8BC0F}.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
Retired
Portugal Portugal
Working on computers since Mar,6 1969
Languages: RPN, Fortran, COBOL, Univac 1100 Meta-assembler, Basic, Z80 Assembly, 8086 Assembly, IBM Assembler (360/370, 38xx, 43xx), Clipper, ANSI C, SQL, Visual Basic, VBA, VB.NET
Lately, some HTML, JavaScript, C#
Actually retired, but still developing (for pleasure).

Comments and Discussions