Need some help with conducting a calculator application using VB.net
Hey there,
I want to start doing me a calculator application using Visual Basic.net and i need to get started with it. If any wud plz support me in getting started with it and wud give me some ideas would really appreciate it. I am planning to to let it not just add like for e.g 1 + 2, 2 + 2, 3 + 3 but also with two more numbers if you get what i mean..
thanx alot waiting for some1's reply
[415 byte] By [
mr06] at [2007-11-11 8:40:17]

# 1 Re: Need some help with conducting a calculator application using VB.net
We'd be happy to help, but we won't write it for you. ;-) What have you done so far? What problem(s) are you having?
# 2 Re: Need some help with conducting a calculator application using VB.net
I wouldn't try to re-invent the wheel in regards to the UI design. I would make a calculator look like a calculator. Perhaps you should simply place a textbox where the user can type numbers and operators, then parse the input and produce a result. Hope this helps.