Once again, I'm still very new but learning a ton through online tutorials using c sharp in visual studio 2008. I'm trying to build a calculator but I don't need help with the math as you might think. I'm looking forward to the challenge of figuring that out myself.
What I need help with will probably seem easy to you guys. I have a text box being used as a display and a keypad with all number 0-9 on them. I want to make the keys interactive with the display. If I hit "2" then "0" then "6" I want the display to show "206".
I'm sure it's totally easy but for some reason it's escaping me. How do I do this? Is there some sample code that someone can show me to learn from? :)
Thanks!
Craig
What I need help with will probably seem easy to you guys. I have a text box being used as a display and a keypad with all number 0-9 on them. I want to make the keys interactive with the display. If I hit "2" then "0" then "6" I want the display to show "206".
I'm sure it's totally easy but for some reason it's escaping me. How do I do this? Is there some sample code that someone can show me to learn from? :)
Thanks!
Craig
Comment