Having trouble with this one, not used to VB.NET yet. Results = 0 when hitting command button.
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim TextBox1 As Integer
Dim TextBox2 As Integer
Dim intTotal As Integer
intTotal = (TextBox1 + Text2)
MsgBox(intTotal)
End Sub
End Class
===ANY HELP WOULD BE APPRECIATED!!===
JeffS
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim TextBox1 As Integer
Dim TextBox2 As Integer
Dim intTotal As Integer
intTotal = (TextBox1 + Text2)
MsgBox(intTotal)
End Sub
End Class
===ANY HELP WOULD BE APPRECIATED!!===
JeffS