Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
UltraCalculator throws away initial value
posted

I have a calculator control on a form, and I want to start it off with a known value.  So I set the Text property to the value I want to edit.  As soon as the user pressed "+", though, the value reverts to 0.  Values AFTER this point survive mathematical operations just fine, but I really need to give the user a starting point.  Is there anything I can do?