numeric textbox

5k3l3t0r

Member
Joined
Feb 7, 2008
Messages
6
Programming Experience
Beginner
hi all
i need a numeric textbox in my app, to configure the decimal places...
can someone helpme, or tellme were i can download a custom control for
vb.net 2005?
tkx in advance..
sry abou my english..
 
Use the NumericUpDown control, it's built into the .Net Framework and you can find it in the ToolBox (on the left in the IDE) in the same category as the Label, TextBox, Button, ComboBox, etc
 
Back
Top