C
Corey Dyke
Hi, I'm doing a lab for my C# course. This is the jist of it:
Allow the user to enter 2 integer in seperate text boxes, then
give them the choice of 4 buttons: +, -, * and /
The answer should display in a seperate textbox upon the user
clicking one of the 4 buttons.
I have it all done, I just can't seem to get the answer to display
in the textbox when I click one of the buttons.
What am I missing??
Thanks for any help you can give
Corey
Allow the user to enter 2 integer in seperate text boxes, then
give them the choice of 4 buttons: +, -, * and /
The answer should display in a seperate textbox upon the user
clicking one of the 4 buttons.
I have it all done, I just can't seem to get the answer to display
in the textbox when I click one of the buttons.
What am I missing??
Thanks for any help you can give
Corey