tag

home / developersection / tag

NumericUpDown Control in VB.Net
vb.net 14-Dec-2010
NumericUpDown Control in VB.Net

NumericUpDown is basically countered that the user can input a number within the specified range. With the Help of NumericUpDown Control, we can ent

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.

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