Hello geeks, smart people, aka reason of worlds development.
I got a a problem and im a total nuby at coding stuff.
Code: ("+" button)
Label2.Text = "+"
Label4.Text = Val(TextBox1.Text) + Val(TextBox2.Text)
Dim SAPI
SAPI = CreateObject("SAPI.spvoice")
SAPI.Speak("plus")
--------------------------
Button for number : "1"
If Label2.Text = "?" Then
TextBox1.Text += "1"
End If
If Label2.Text = "+" Then
TextBox2.Text += "1"
End If
Dim SAPI
SAPI = CreateObject("SAPI.spvoice")
SAPI.Speak("one")
I got an equal label that keeps Getting "1" when i press the "+" button, Would someone be very kind and tell me how to write it insted becouse i cannot find out how, im a total nub.
I only want my Equal label to show the value once i hit my = button. it does give the correct answer but i dont want the ("1") every time i press ("+")
thanks in advance
