Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

VS 2010 NumericUpDown

$
0
0
Is it possible to increment NumericUpDown with another Button. I have use this code but it isnt working...

Code:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Me.NumericUpDown1.Increment = +1
    End Sub

Thanks for any idea

Viewing all articles
Browse latest Browse all 27554

Trending Articles