I want to set minValue and maxValue of text boxes to define a range of acceptable values for validation purposes.
In VB 6 this is straight forward and can be done under text box properties, however in visual studio vb .net 2010 this is not the case or it may be the case that i am missing something.
Thanks,
Ayub
In WinForms, there is a NumericUpDown control that you can use, and it has properties for Minimum and Maximum.