Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > C-Sharp > Server Controls > List Box Control


Search:
What's New - What's Hot
How to Display Images in ComboBox in 5 Minutes?  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Bassam Alugili      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is a simple ComboBox that displays images to the user. I saw many other solutions, most of which are complex and override most ComboBox class properties and the draw methods which may cause a lot of problems....

Databinding CheckListBoxControl with DataView  Version: 0.00     Price: $0.00  
Total Hits: 6  |  Today: 0Author: Syed Irtaza Ali      Rating:  
Read Reviews | Write Review |  Your Rating: 

After a long day of struggle to get DevExpress XtraGrid working with an unbound CheckBox colum, I eventually succeeded, but at the cost of UI consistency. So I had to go for another option... CheckedListBoxControl.

Using .NET standard CheckedListBoxControl, I couldn't find the properties DataSource, DisplayMember, and ValueMember. Probably the reason would be an older .NET Framework. So instead of getting into the hassle, I decided to use the DevExpress CheckedListBoxControl....

Binding the Enum to the Dropdown Listbox and Sorting it on Values  Version: 0.00     Price: $0.00  
Total Hits: 1  |  Today: 0Author: Chirag Maisuriya      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is for those who want to bind the DropdownListbox control in Web/Window Form to the Enum data type....

ColorComboBox  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: pseudonym67      Rating:  
Read Reviews | Write Review |  Your Rating: 

The ColorComboBox class has been put together as part of another project I am working on. The idea is obviously that you can change the color of certain things within the application. Unfortunately, the way to do this in most Windows applications is to pop up the standard color dialog box and select a color that you want. I'm sure I'm not the only one who finds this tacky, and thinks there should be a way of doing it that doesn't draw attention away from your application. For this reason, I came...

How Do I Put Display and Value in Combobox/Listbox Separately?  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Manish Ranjan Kumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article demonstrates two easy ways to use separate display and value for listbox control and combobox control. These controls take type object entities for items. Here it is demonstrated how to manipulate this to get the desired result....

A ComboBox in a DataGrid  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Jan Wiggers      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is a descendant from DataGridColumnStyle and is used to have a ComboBox in a DataGrid column. It is based on an article by Sudhakar Jalli but I found the code not working. I repaired the code and cleaned it up a little.

The DataGridComboBoxColumn class makes it possible to have a ComboBox instead of the default text or checkbox. It took me quite a while to figure it out (even with the help of the article by Sudhakar Jalli). Using it is straightforward....

CheckBox ComboBox Extending the ComboBox Class and Its Items  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Martin Lottering      Rating:  
Read Reviews | Write Review |  Your Rating: 

I needed a way to minimise the space required by a Filter control, yet maximise the filter capabilities provided to the user. One way to accomplish this was to replace a Grouped Box of CheckBox controls with a CheckBoxComboBox control. There are several CheckBoxComboBox controls on the web, but all of the ones I found and tested had something missing....

Using the CCheckListBox and getting check state notification  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: intensely_radioactive      Rating:  
Read Reviews | Write Review |  Your Rating: 

I like the CCheckListBox class provided with MFC, however, it?s use isn?t obvious and the wizard assistance stops at the CListBox class. I?ll describe how to insert it easily in your project. (There may be easier ways to do it, but this is how I do it and it works)....

ListBox  Version: 0.00     Price: $0.00  
Total Hits: 8  |  Today: 0Author: mbanavige      Rating:  
Read Reviews | Write Review |  Your Rating: 

The ListBox control is used to create a list control that allows single or multiple item selection. Use the Rows property to specify the height of the control. By default, the ListBox only allows a single selection to be made at a time. To enable the selection of multiple items, set the SelectionMode property to "Multiple"....

Binding an Enum to a ComboBox  Version: 0.00     Price: $0.00  
Total Hits: 3  |  Today: 0Author: Mahesh Chand      Rating:  
Read Reviews | Write Review |  Your Rating: 

The GetValues method of Enum returns an array of objects. We can use this method to convert an enum to an array and bind to a ComboBox in WPF using ItemsSource property.

The following code snippet binds InkCanvasEditingMode enum available in WPF to a ComboBox....

Drag and Drop Images Into a PictureBox  Version: 0.00     Price: $0.00  
Total Hits: 1  |  Today: 0Author: Suprotim Agarwal,      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article was written simply out of curiosity. I was doing a similar operation using web technologies and just wanted to try out how it works with Windows Forms. I have recorded the steps in this short article, where we will explore how to drag and drop images into a PictureBox....

Syntax Highlighting in RichTextBox using C#  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Kirtan Patel      Rating:  
Read Reviews | Write Review |  Your Rating: 

When we make an application like programming editor for language it provides syntax highlighting that makes the user comfortable to work with it as everybody likes colored text that can be easy to read and distinguish between normal variable names and language keywords....

Font ListBox and ComboBox Controls with Top 5 Favourite Feature  Version: 0.00     Price: $0.00  
Total Hits: 13  |  Today: 0Author: DXNuk      Rating:  
Read Reviews | Write Review |  Your Rating: 

This control replicates the Office Font drop down box, with the feature of having your top five recently selected fonts....

Using Grid with CheckBox and ComboBox as COM Components in VB.NET and C#.  Version: 0.00     Price: $0.00  
Total Hits: 18  |  Today: 0Author: Mostafa Kaisoun      Rating:  
Read Reviews | Write Review |  Your Rating: 

I had some trials to make Editing the Grid control to be easy, now this is my new trial to create ActiveX control. I give the name (MKGrid) to my new ActiveX. With my ActiveX control You can:
* Bind to database file.
* Add, Edit and delete records.
* Use Combo box, Date picker and Check box at any column.
* Add row, delete row, insert row to unbound grid.
* Hide column, lock column, resize column and sort column.
* Save unbound grid after edit it as *.md...

How to: Access Specific Items in a Windows Forms ComboBox, ListBox, or CheckedListBox Control  Version: 0.00     Price: $0.00  
Total Hits: 11  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

Accessing specific items in a Windows Forms combo box, list box, or checked list box is an essential task. It enables you to programmatically determine what is in a list, at any given position....

Use ComboBox at runtime with your database application  Version: 0.00     Price: $0.00  
Total Hits: 27  |  Today: 0Author: Execusoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

Another way of manipulating your combobox at runtime. I designed this as an alternate way of manipulating the combobox control for adding data, selecting the default value, and reading the value the user selected at runtime. This solution also provides a lot of functionality as you can store a couple of columns of data in your combobox item object at runtime....

Priority sorted task list control     
Total Hits: 43  |  Today: 0Author: XanderXP      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is one of several custom controls I have designed for a small utility I am currently developing. It offers a small, compact alternative to using full fledged TODO/TASK list organizers....

ComboBox List Control Host     
Total Hits: 92  |  Today: 0Author: zaphnath      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article allows you to create your own fully customized list controls for display in a combobox drop down style while at the same time staying with as much intrinsic/standard control functionality as is possible. The drop window behaviour supports multiple select operations without closing the drop window, and does not use a single API call. The base combobox implementation uses the ToolStripDropDown component to replace the built in drop window functionality of the base combobox along with ...

CheckBoxPanel - A C# CheckBox that auto-enables/disables related controls     
Total Hits: 32  |  Today: 0Author: Zot Williams      Rating:  
Read Reviews | Write Review |  Your Rating: 

CheckBoxPanel is a simple user control that groups a number of related controls. A 'Master' checkbox control is used to automatically enable/disable the group of controls. If the user clicks on any disabled control, the checkbox becomes checked and all the controls are enabled, improving the Form's workflow and significantly improving one aspect of your application's User Experience....

A Simple Reusable List Control     
Total Hits: 122  |  Today: 0Author: Shine Kumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

I would like to thank the authors of some old articles posted in CodeProject!! I have just consolidated information from them and created a reusable class, CListCtrlEx. I hope you will enjoy using it....


1  2  3  4  5  6  7  8  9  10  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net