Okay, I have a basic calculator program that I wrote using 2 edit
boxes that I type numbers into and perform the functions on double
variables. I need to expand my program so that I can use buttons
like a numpad to enter values as well. how can i set it up so that
if i type in part of a number then click a button it will append it
onto the number?? i'm stumped...please help. thanks in adavance.
ErUs - 12 Feb 2005 13:48 GMT
theres prob a better way of doing it then this but when i made a
simular application i turned the number into a string and used the
string functions to add whatever onto the end, then turned it back to
a number.
hope this helps