What code would i use to make this button clear the 2 label boxes in my calculator
i think its
Code:
PrivateSub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs Handles Button5.Click
Label1.Text = String.Empty
Label2.Text = String.Empty
End Sub
but i havent done vb in loooooooongggggg time so its pretty much just a guess
If I new what you were talking about I would help, but I don't know what you are talking about...