Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
You will want to use the MaskedTextBox or a NumericUpDown control to enter numeric data and supply a mask. You can technically also use the BindingFormat of a standard textbox, but in this case I would recommend using the MaskedTextBox instead.
|