Home › Forums › WinForms controls › Other WinForms controls › WinNumericTextBox.MaxValue: how do I set a message if the Value exceeded the MaxValue?
If the MaxValue is 99.99 and the user entered 100 which is invalid how could I let the user know that he/she has entered an invalid value?
Imported from legacy forums. Posted by Rodelio (had 2255 views)
Okay I got it, I can use the ValidationProvider for this.
Imported from legacy forums. Posted by Rodelio (had 3121 views)