C# Windows Form Calculator
I am Using a textBox and I want to Display all the manipulations of a calculator in that Textbox. Please Help me regarding this.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj PandeyPosted May 13, 2013, 8:45 AM
i a, getting a little what you need.
try below code it is for only two number multiplication or other actions.
Mark as answered if helpfull
Textbox1.Text=result.tostring();
Pankaj PandeyPosted May 13, 2013, 7:53 AM
where do u face problem?
is it a simple calculator or you need some extra feature?