For example i write in TextBox1
4*5
or 3-2
how can make the answer appear in the same textbox ?
I tried this but it did not work anyway
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
textbox1.text = val(textbox1.text)
end sub
it just shows the first number