4,596,631 members and growing!   10,494 now online.
Email Password Password problem?




Search    
Advanced Search
Sitemap
All Topics, C#, .NET >> Combo & Listboxes
C# Combo and Listbox Windows Forms

The .NET redistributable is available here.
Contents
   • General    • Unedited Reader Contributions
General
Title / Updated Author Score
A data-bound multi-column combobox
27 Jul 2007
An ownerdrawn multi-column combobox class with support for data-binding

C# (C# 2.0); Windows (WinXP, Vista), .NET (.NET 2.0); Win32, VS (VS2005), WinForms; Dev
Nishant Sivakumar 4.78
RadioListBox - A ListBox With Radio Buttons (.NET Version)
17 Sep 2007
How to implement an owner-drawn ListBox with Radio buttons instead of standard selection highlight

C# (C# 2.0), VB.NET (VB 8.0); Windows (WinXP, Vista), .NET (.NET 2.0); Win32, VS (VS2005), WinForms;
Jaime Olivares 4.55
Making Standard ComboBox appear flat
18 May 2005
A simple and easy class that draws the standard ComboBox as flat control.

C#, XP, W2K, .NET 1.1
Fadrian Sudaman 4.54
Pickers Library: For Creating Pickers in .NET
29 Aug 2007 Beginner
A library for creating pickers: controls that display rich drop-down UIs

C# (C# 2.0); .NET (.NET 2.0), Windows; Win32, VS (VS2005), WinForms; Dev
@MSI 4.45
Where's the ImageCombo control?
19 Jan 2004
ImageCombo control for .NET.

C#, .NET 1.1, .NET 1.0
Niels Penneman 4.44
Look-up ComboBox
6 May 2005
The article contains LookupComboBox control.

C#; Windows (Win2003, NT4, Win2K, WinXP), .NET; Win32, WinForms; Dev
dotNet Toys 4.38
Bindable CheckedListBox
24 Jul 2006
In this article you will see how to bind a CheckedListBox to the data source and use features of multiple selection with data binding.

C#; Windows, .NET (.NET 2.0); Win32, WinForms; Dev
Hossein eraghi 4.36
Hacking the Combo Box to give it horizontal scrolling
1 Feb 2005
How to hack the combo box to give it a horizontal scroll bar, thus giving a polished look with ease + simplicity.

C++, C#; Windows, .NET (.NET 1.1); Win32, VS (VS.NET2003); Dev
Tomas Brennan 4.3
FontComboBox - a font listing combo box for .NET
5 Aug 2002
A fully owner drawn ComboBox derived class for enumerating and choosing fonts

C#, .NET
Nishant Sivakumar 4.3
URLComboBox : A window forms control for displaying URL's
26 Feb 2002
A window forms control for displaying URL's similar to URL combo in IE.

C#, .NET
Rama Krishna Vavilala 4.26
An editable multi-line listbox for .NET
5 Aug 2002
An owner drawn listbox that supports multi-line word-wrapped text as well as in-place editing.

C#, .NET
Nishant Sivakumar 4.21
ImageListBox - exposing localizable custom object collection as a property
14 Jun 2002
A control that exposes a custom object collection as a property that may be edited by the VS.NET Forms Designer and supports localization

C#, XP, W2K, .NET
Alexander Yakovlev 4.11
ListEx - A Sonork like ListBox for .NET
8 Aug 2002
This is my imitation sonork chat listbox, it supports most of the features of the real thing.

C#, XP, W2K, .NET
Nnamdi Onyeyiri 4.1
Multi Column ComboBox
18 Nov 2002
Displaying Multiple Columns in a Dropdown Combobox

C#, XP, W2K, Win9X
SeeSharp 4.08
Unbound items in a bound ComboBox
25 Feb 2006
This article shows how to add unbound items to a bound ComboBox.

C#; Windows, .NET; Win32, VS (VS.NET2003), WinForms, ASP.NET; Dev
Itay Sagui 4.06
Extending the ListBox to show more complex items
4 Sep 2006
This article shows how to extend the ListBox to show more complex items - for example, items with image and text areas.

C# (C# 1.0); Windows, .NET (.NET 1.0); Win32, VS (VS.NET2002, VS.NET2003, VS2005), WinForms; Dev
GiedriusBan 4.05
ComboBox firing events when hovering on the dropdown list
29 May 2006
This article describes a custom ComboBox that will fire an event that lets the user know which item is being hovered over in the dropdown list of a ComboBox.

C#; Windows (WinXP), .NET (.NET 2.0); Win32, VS (VS2005); Dev
NeilPrice 4
ListBoxDual Custom Control
30 Apr 2005
Implementation time of a web project is much shorter with easy-to-use custom components.

C#; Windows (Win2003, Win2K, WinXP), .NET; ASP.NET, Win32, VS, IE (IE 5.5, IE 5.0, IE 6.0); Dev
mutlugokhan 4
ToolTipListBox - a list box with tool tips
1 Aug 2002
A ListBox derived class that shows tool-tips for items that won't fit within the width of the list box

C#, .NET
Nishant Sivakumar 3.97
Implementing an OwnerDrawn ComboBox
4 Feb 2002
This article shows how to create an OwnerDrawn combobox

C#, .NET, beta 2
Senkwe Chanda 3.97
Getting Scroll Events for a Listbox
28 Jun 2004
The standard framework won't tell when the scrollbar moved or what position it is at. This code gives you that control.

C#; Windows (Win2003, Win2K, WinXP), .NET (.NET 1.0, .NET 1.1); Win32; Dev
bugshake 3.96
Multi Column List Box in C#
3 Jun 2002
An inherited ListBox that displays each column of a DataBound ListBox

C#, .NET
Chris Rickard 3.94
NullableComboBox
18 Jul 2005
A combobox which can show null for business objects.

C#; Windows, .NET (.NET 1.1); Win32, VS (VS.NET2003); Dev
Rainer Halanek 3.89
A C# ColorListBox
30 May 2002
In this article we will see how to write an owner drawn ListBox

C#, .NET
Sanjay Ahuja 3.82
An auto-resize C# Listbox (updated)
3 Aug 2004
A listbox which will auto-resize its texts.

C#; .NET, Windows; Win32, VS (VS.NET2003); Dev
Lelieveld 3.79
Workaround for disappearing checks in the CheckedListBox control
25 Apr 2003
The CheckedListBox control has a serious problem! It forgets the checks when its DataSource property is set. This is the most effective workaround I have found.

VB.NET, XP, W2K, Server 2003, .NET 1.0, .NET 1.1, Win9X, NT4
Carl Mercier 3.78
A C# auto complete combo box
15 Apr 2003
A C# implementation of an auto complete combo box, based on Chris Maunder's MFC code

C#, XP, W2K, .NET, Win9X
Matt Berther 3.74
DriveComboBox
21 Feb 2002
Ownerdrawn ComboBox that dispays all logical drives with appropriate icon, volume name and drive letter

C#, .NET
odah 3.68
Adjust combo box drop down list width to longest string width
8 Jan 2004
Automatically adjust the width of the drop down list of a combo box to the width of its longest item string.

C#, .NET 1.1
SathishVJ 3.66
An auto-resize C# ListBox
17 Jul 2002
A custom ListBox that can resize its items automatically

C#, .NET
Christian Tratz 3.62
A C# Server Drop-down Control
30 May 2002
A C# usercontrol that enumerates servers and displays the list in a drop-down list

VC7, W2K, .NET
Marty Cerisano 3.58
A text-based Name List + Lookup Control
21 Jan 2004
A usable sample on how to build an outlook-style name-lookup control

C#, .NET 1.1, .NET 1.0
uTILLIty 3.5
Two ListBoxes - Drag and Drop Example
19 Jan 2004
Example of a windows form application with two listboxes. Items from the left listbox can be dragged to the right listbox. Items in the right listbox can be rearranged or removed with DragDrop.

C#
Larry1024 3.5
Auto Complete Multi Column ComboBox
6 Oct 2005
This is my version of an auto completing mutli column ComboBox.

C#; Windows, .NET; Win32, VS; Dev
cavoliotmail.com1@h 3.44
How to write a HatchStyle Dropdown
5 Sep 2005
In this article we will see how to write a HatchStyle dropdown.

C#; Windows, .NET; Win32, VS; Dev
Saravanan M 3.33
Ordered ListBox
30 Jul 2002
A ListBox derived class that supports internal ordering and re-ordering of items

C#, .NET
Nishant Sivakumar 3.28
ColorListBox
24 Apr 2005
Color ListBox with icons.

C#; Windows, .NET; Win32, VS; Dev
Alex_1 3.27
Read only ComboBox
11 Oct 2004
How to make ComboBox read only

C#
Dan.A. 3.03
Build a Better CheckedListBox Control
12 Jul 2003
This custom CheckedListBox control keeps users from changing the checkstate of items, fixes a TabControl bug, and adds extra functionality.

VB.NET, .NET 1.1
Trevor Kennedy 2.61
Appearance Customizable ComboBox
28 Mar 2007
A class implementing .Net ComboBox Control that allows appearance customization.

C# (C# 2.0); Windows, .NET (.NET 2.0); Win32, VS (VS2005), GDI+; Dev
Eugenis 2.6
TdhComboBox - An Inherited ComboBox With ReadOnly Property
12 Oct 2006
This article describes a subclassed ComboBox with ReadOnly functionality.

C# (C# 1.0); Windows, .NET (.NET 1.0); Win32, VS, WinForms; Dev
Ilíon 2.56
ListBox with Icons
9 Apr 2002
Listbox Control with an image property for every item

C#, XP, W2K, .NET, Win9X
nhgiang 2.49
Drive Box
5 Jul 2001
This article explains how to display the list of Drive in a ComboList box.

VC7, .NET, .Net Framework
Gobinath.K.R 2.29
 
Unedited Reader Contributions
Title / Updated Author Score
Fast Drive ComboBox
23 May 2007 Beginner
Fast ComboBox that correctly displays all logical drives with appropriate icon, volume name and drive letter

C# (C# 1.0, C# 2.0); .NET (.NET 1.1, .NET 2.0), Windows; Win32, VS (VS.NET2003, VS2005); Dev
Michael B. Hansen 4.6
An OwnerDraw ComboBox with CheckBoxes in the Drop-Down
24 May 2007
An OwnerDraw ComboBox with CheckBoxes in the Drop-Down

C# (C# 2.0, C# 3.0); Windows, .NET (.NET 2.0, .NET 3.0); Win32, VS (VS2005); Dev
Derek Viljoen 4.25
Auto Complete ComboBox
8 Nov 2006
An article on ComboBox validation.

C# (C# 1.0); .NET (.NET 1.1), Windows; Win32, VS (VS.NET2003), WinForms; Dev
Manoh 3.7
RadioPanel: Binding RadioButton Groups to Enumeration Properties
28 Aug 2007
Provides a Windows Forms control that enables binding the value of an enumeration type property to a Panel of RadioButtons.

C# (C# 2.0); Windows (WinXP, Win2003, Vista), .NET (.NET 2.0); Win32, VS (VS2005), WinForms; Dev
Jay Andrew Allen 3.67
Intellisense: Home-Made - based on Visual Studio
24 Feb 2006 Beginner
Re-create Microsoft's intellisense technology to use in your own applications

C#; Windows (WinXP), .NET (.NET 2.0); Win32, VS, WinForms; Dev
James Gupta 3.29
LineEditor Control – Line based visual input/output
4 Jul 2007
A line based control for output and optional input, and a discussion of how to create a custom control from the .Net UserControl

C# (C# 1.0); Windows, .NET (.NET 1.1); Win32, WinForms; Dev
BobJanova 3
Updating Multiple Text Files using ListBox Control
17 Jun 2007 Beginner
Reading from and Writing to Files and a Trick in List Box

C# (C# 1.0); Windows (WinXP), .NET (.NET 1.1); Win32, VS (VS.NET2003); Dev
Mohamed Mahmoud Gouda 3
Displaying an empty value in a combo box in a C# Windows application using MS Access
20 Oct 2006
Display an empty value in a combo box within a C# Windows application using an SQL query

C# (C# 1.0), SQL; Windows, .NET (.NET 1.1); Win32, VS (VS.NET2003); DB, Dev
Johann Lazarus 1.91
New Win PersianDateTimePicker with C# .NET 2.0
9 Apr 2006
TheOptimized Persian Date Time Picker ComboBox with a sample ...

C#; Windows (Win98, WinME, NT4, Win2K, WinXP, Win2003, Vista, TabletPC), .NET; Win32, VS; Dev
amin_be 1.66



last updated 14 Oct 2007
Web11 | Advertise | Privacy
Copyright © CodeProject, 1999-2007.
All Rights Reserved.