Private Sub AddButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddButton.Click Dim AddNumInteger As Integer Dim NumbersStorage(99) As Integer AddNumInteger = Integer.Parse(NumAddTextBox.Text) If AddNumInteger >= 0 Then End If End Sub
When the users clicks the add button the value they entered in the NumAdd textbox is sent to an element?

New Topic/Question
Reply




MultiQuote





|