Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic is designed to help you find code that demonstrates how to perform common ListBox and ComboBox programming tasks by using Visual C# Express Edition.
In This Section
How to: Add and Clear Items in a ListBox Control
Demonstrates how to add items to a ListBox control and then remove them.How to: Determine the Selected Item in a ListBox Control
Demonstrates how to determine which item is selected in a ListBox control.How to: Populate a ListBox Control with an Array of Strings
Demonstrates how to add an array of strings to a ListBox control.How to: Search for an Item in a ListBox Control
Demonstrates how to perform a search of a list of items that appears in a ListBox control.
Related Sections
Designing a User Interface in Visual C#
Explains how to use the Windows Forms Designer and Toolbox to create a user interface.Visual C# Express
Provides an introduction to documentation that helps you use Express editions of Visual Studio.Using the Visual C# Express IDE
Provides links to topics that explain how to use the integrated development environment (IDE).