Is it possible to increment NumericUpDown with another Button. I have use this code but it isnt working...
Thanks for any idea
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.NumericUpDown1.Increment = +1
End Sub