Hi I'm new here and i need help...
I got for my school project to make Calculator in c++. But i cant get memo1 to show all the numbers in one row without deleting the previous entry. Can anyone help me to solve that?
i have one memo and 9 panels (numbers).
Here is the code and the pic.
As you can see i have 9 panels for numbers and when i click on one of them memo1 shows the number BUT when i click any other number the previous deletes and memo1 shows the number i clicked...
Thats all the coding... i'm sure that i'm wrong somewhere...
Memo1->Text isnt a string. and that code you gave me, it wont work, i mean there is no errors while compiling but Panels 1-9 aren't responding on clicks...
is there any other code?