It's a bad idea to enter your e-mail address. Spammers "harvest" e-mail addresses and you'll get millions of spam e-mail.
Quote:
1 + 1 + 1 + 1
This the appearance of my calculator and how should it works
1. What I want to do is when I enter the first number it will be displayed on the Number 1 textbox.
Quote:
2. press + to add the two number
You only have entered 1 number (in #1). There aren't 2 numbers to add.
Quote:
3. when I enter the second number it will be displayed on the Number 2 textbox
OK. Then you have to know that the first number has been entered. A "flag" can tell you that -- or you could just look for a number in TextBox1.
Quote:
4. when I press + sign again, It will add the first and second number and display the sum on Display textbox
it also display the sum to the Flag textbox, eventually the flag value will be displayed on the Number 1 textbox
What do you mean, eventually?
Quote:
I think the Flag textbox temporarily store the sum of the first two number as are getting ready to enter a new number to be added
Sir It somehow work as the calculator in window, when you are continuously adding number when you hit the plus button it display the sum automatically with out pressing the equal sign.
I'll do some work on this in the morning for you. I think your fundamental problem is that you don't understand what you want the program to do.