i am doing practice calculator ..anyone can give me idea to use backspace and ClearEntry for Calculator/..please i need Your Idea
i want to make backspace and CE in calculator
Page 1 of 14 Replies - 225 Views - Last Post: 18 January 2013 - 10:15 PM
Replies To: i want to make backspace and CE in calculator
#2
Re: i want to make backspace and CE in calculator
Posted 18 January 2013 - 09:59 AM
Really? It's just like a regular calculator.. clear removes everything from the input textbox and back space removes the last character entered.
#3
Re: i want to make backspace and CE in calculator
Posted 18 January 2013 - 10:32 AM
Yeah im doing A calculator ...i am thinking that how to do it in a code ....
#4
Re: i want to make backspace and CE in calculator
Posted 18 January 2013 - 11:22 AM
It's a textbox.. either set it to 'string.empty' or treat it like an array and remove the string.length-1 character (assuming this goes from left to right on entry).
#5
Re: i want to make backspace and CE in calculator
Posted 18 January 2013 - 10:15 PM
Thank You Very Much
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote






|