BackgroundWorker |
|
Provides Multi-Threading capabilities by delegating processing tasks to a background thread. |
BindingSource |
|
Acts as both a conduit and a data source for other controls to bind to. |
Button |
|
Process user click events with this simple yet powerful user interface control. |
CheckBox |
|
Allows the user to quickly toggle selections from provided options. |
CheckedListBox |
|
Similar to the ListBox control but with checkbox items that the user can toggle. |
ColorDialog |
|
Provides a powerful pre-made standardized color selection dialog box to the user. |
ComboBox |
|
Display data in a drop-down control, which has a TextBox and a drop-down ListBox combined into one control. |
ContextMenuStrip |
|
Display a pop-up menu whenever the user right mouse clicks on a control. |
DateTimePicker |
|
Allows the user to select a date and a time and to display formated dates and times. |
Label |
|
Displays formated text to the user. |
LinkLabel |
|
Displays hyperlinks to the user, which the user can click on and interact with. |
ListBox |
|
Displays a list of items to the user, which they can select from. |
ListView |
|
Displays a formated list of items using one of four different views. |
MaskedTextBox |
|
A modified TextBox that uses a mask filter to distinguish between proper and improper user input. |
MonthCalendar |
|
Enables the user to select a date using a visual monthly calendar display. |
PictureBox |
|
Displays images to the user, with programmable graphics capabilities. |
RichTextBox |
|
Input and output control for creating, editing and displaying RTF formated text files. |
WebCam Monitor |
|
A custom program demonstrating how a Web Cam can be added and used with a WinForms program. |