Right, at the moment I'm trying to make a very simple calculator. At the moment, I just have the four basic functions (+, -. *, /), a decimal point and a +/- sign. I'm trying to make it so that when you type it in, it behaves like a scientific calculator and stores the calculation until the end. For example:
6 + 7 x 33 / 9 (just random stuff)
Then work that out when you hit the equals button.
I've got it saved as a private string at the moment. How do I make Visual Basic work out the solution to the calculation stored in the string?
Thanks
Mike


LinkBack URL
About LinkBacks
Reply With Quote


