Hello.
Code:
Return MyBase.Minimum = 0
This is nonsense! If this would return something than it's a boolean!
If you already override the NumericUpDown-Control, use New() to set the desired values.
Code:
Public Sub New()
Me.Minimum = 0
Me.Maximum = 1000
End Sub
Bobby