1 textbox(txtInput)
1 fixed textbox(txtOutcome)
1 button(cmdCalculate)
I'm not sure how I code the but I know this will make a multiply function.(if I made a secon textbox)
txtOutcome.text = txtInput1.text * txtInput2.text
That's pretty much what I know bout calculators except I can add subtract and divide also