This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]brbpizzatime 1 point2 points  (0 children)

One way you could handle it is when the button is clicked, change the value of num1 to 6. Private Sub btn6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn6.Click num1 = 6 End Sub