Skip to content

Microsoft Visual Studio projects for tutorials of a Listbox for C# .NET Winforms.

Notifications You must be signed in to change notification settings

robert-delwood/Listbox-Tutorials

Repository files navigation

A Listbox Tutorial for C# .NET Winforms.

The start of a Listbox tutorial for C# .NET Winforms.

The tutorials are a series of Microsoft Visual Studio projects. In general:

  1. Download each project ZIP file.
  2. Exand it in your favorite location on your computer.
  3. Double click the soluton file (*.sln).
  4. From the Visual Studio main menu, select Start.
  5. Follow the screen or project notes to operate the application.

Requirements

These projects require the following items:

  1. Microsoft Windows 10 or later.
  2. Microsoft Visual Studio 2016 Community editor, or later.

Notes are provided in the individual project's README file. Comments may be inlined in the code.

Tutorial Examples

There are three example projects. Each project is standalone and you don't need previous projects to run another project. You don't even need to go through them sequentially, although if you're new to ListBoxes, consider going through each one in turn.

The topics are:

  • Basic operations. This (Listbox1_Example) is a good starting place and introduces the basics of ListBoxes.
  • Using DataSource for speed and convenience. This (Listbox2_Example) introduces using the Listbox DataSource property allows for extremely quick loading and convenience from an array or list.
  • Using Objects in a ListBox. This (Listbox3_Example) introduces using objects for listbox items. The listbox items represent an object with multiple fields, such as a person with a first name, last name, and employee Id. This example showcases how to add an item's display, and how to select information from the selected item.

Tutorials will be added overtime, so if your example project is not available, please try back later.

RD

About

Microsoft Visual Studio projects for tutorials of a Listbox for C# .NET Winforms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages