home / developersection / category
StatusStrip control is a powerful StatusBar control. StatusStrip provides ProgressBar, DropdownButton, SplitButton, and Label features, you can a
The MonthCalendar control in VB.NetThe MonthCalendar control allows you to select a date. How to use MonthCalendar ControlDrag and drop MonthCalend
A MaskedTextBox control provides validation mechanism for user input on a Form. By default Masked property is set to None and the control works like a normal TextBox control.
LinkLabel is a class which is derived from label class so it has all the functions of label class. But LinkLabel also works as a hyperlink. Drag and
GroupBox is a container of other control. It displays a frame around a group of controls. When you move the GroupBox control, all of its contained will
Crystal Report is a Reporting Application that can generate reports from various Data Sources. Drag and drop CrystalReportViewer control from toolbox
CheckedListBox is a combination of a ListBox and a CheckBox. CheckedListBox can have items added using the String Collection Editor or their items can add dynamically from a collection at run time, using the Items property.
ToolStripContainer control is a container of ToolStrip. ToolStripContainer allows more than one ToolStrip control in side ToolStripContainer. Drag
Button class in Windows Forms represents a Button control. Whenever button clicks, the Click event handler is invoked. You can place code in the Click event handler to perform any action you choose.
RadioButton are used when we need to make multiple sets of choices available, but we want the user to select only one of them. If they click on a second selection after making a first, the first selection is removed and replaced by the second.
The Panel control is a container of other controls. The Panel control is displayed by default without any borders at run time. How to use Panel contr
MicrosoftReportViewer control is used to generate report. Drag and drop MicrosoftReportViewer control from toolbox on the window Form.Add DataSetClic