Home > Net >  Glitch with Maximum value of NumericUpDown C# Visual Studio
Glitch with Maximum value of NumericUpDown C# Visual Studio

Time:05-26

I have set the NumericUpDowns Maximum Values to 100 (design part) but if the user presses a number that is longer than 3 digits (for example 5555) it shows up as 5100. Should I set the maximum value to an event or is there another way I can limit the user entering 4 digits numbers? enter image description here

  • Related