Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim input As integer
input = InputBox("Please Enter: ")
End Sub
How do I make it if I type in a number and then press OK, the input box would loop around to that number?

New Topic/Question
Reply




MultiQuote








|