stefonalfaro
Member
- Joined
- Dec 3, 2007
- Messages
- 16
- Programming Experience
- Beginner
Ok im making my first program and its a calculator with alot of fun options. Let me explain a little. When my button1 is presses
and when button2 is presses
and so on and so on.... but what happens is if I want to write down the number 12 I would normally push the 1 and then the 2. But when I do this here It writes down 1 then when I push 2 it erase the current text from txtanswer.text then add a 2. How can I make it so it just keeps on adding more text so I can write a 2 digit number?
Just so you know my txtanswer is a textbox
VB.NET:
txtanswer.text="1"
VB.NET:
txtanswer.text="2"
Just so you know my txtanswer is a textbox
Last edited: