category

home / developersection / category

StatusStrip Control in VB.Net
vb.net 12-Dec-2010
StatusStrip Control in VB.Net

StatusStrip control is a powerful StatusBar control. StatusStrip provides ProgressBar, DropdownButton, SplitButton, and Label features, you can a

MonthCalendar Control in VB.Net
vb.net 12-Dec-2010
MonthCalendar Control in VB.Net

The MonthCalendar control in VB.NetThe MonthCalendar control allows you to select a date. How to use MonthCalendar ControlDrag and drop MonthCalend

MaskedTextBox Control in VB.Net
vb.net 12-Dec-2010
MaskedTextBox Control in VB.Net

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 in VB.Net
vb.net 12-Dec-2010
LinkLabel in VB.Net

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 Control in VB.Net
vb.net 12-Dec-2010
GroupBox Control in VB.Net

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

CrystalReportViewer Control in VB.Net
vb.net 11-Dec-2010
CrystalReportViewer Control in VB.Net

Crystal Report is a Reporting Application that can generate reports from various Data Sources. Drag and drop CrystalReportViewer control from toolbox

CheckedListBox Control in VB.Net
vb.net 11-Dec-2010
CheckedListBox Control in VB.Net

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 in VB.Net
vb.net 11-Dec-2010
ToolStripContainer Control in VB.Net

ToolStripContainer control is a container of ToolStrip. ToolStripContainer allows more than one ToolStrip control in side ToolStripContainer. Drag

Button Control in VB.Net
vb.net 11-Dec-2010
Button Control in VB.Net

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 Control in VB.Net
vb.net 11-Dec-2010
RadioButton Control in VB.Net

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.

Panel Control in VB.Net
vb.net 11-Dec-2010
Panel Control in VB.Net

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 in VB.Net
vb.net 11-Dec-2010
MicrosoftReportViewer Control in VB.Net

MicrosoftReportViewer control is used to generate report. Drag and drop MicrosoftReportViewer control from toolbox on the window Form.Add DataSetClic