home / developersection / category
The NumericUpDown Control in C#.NetThe NumericUpDown control provides a way to select a number that falls between a minimum and a maximum value. Th
A MonthCalendar control allows to selecting a date at the run time. How to use MonthCalendar Control Drag and drop MonthCalendar Control and Label
There is a MaskedTextBox control that provides validation mechanisms for user input on a Form. These are used as a mask to distinguish between valid
A ListView control allows displaying a list of items. ListView is very similar to windows explorer. In ListView you can list the items in the ListV
The FlowLayoutPanel dynamically repositions the controls it contains. The FlowLayoutPanel also supports Scroll when the AutoScroll property is set to True.
The TableLayoutPanel control is a container of other control where child controls are added within a table structure. When you add a control to a cell of the table, it would reposition itself to the center of the cell.
The TabControl control is a container control that allows you to display multiple tab on a single form and it allowed switching between the tabs. How
A SplitContainer has two panels. The first panel is represented by Panel1 and the second panel is represented by Panel2. These panels can have th
The GroupBox Control in C#.NetThe GroupBox control is a containercontrol that is used to place Windows Forms child controls in a group. That is the
The Panel control is similar to the GroupBox control; however, only the Panel control can have scroll bars, and only the GroupBox control displays a caption.
A DateTimePicker control allows you to select a date and time, and to display that date and time in the specified format. How to Use DateTimePicker C
PictureBox control is used to display an image. It contains properties and methods to manipulate the image. By the Drag and drop facility provides