trchambe
Electrical
- Oct 8, 2009
- 46
Hello all,
I am a novice programmer, and have recently began creating simple calculator applications using Visual Basic (I am a power engineer... these are small applications for basic but tedious calculations).
I have often found that after I enter all my data and return a result, if I change a few input values and recalculate, the results will not update.
I am only using text boxes and radio buttons to input information, and a single button to calculate the results.
I have noticed that if I change a radiobutton to a selection that I do not want, hit my calculate button, then return my radio button to my desired selection and hit calculate once more, it will work. Even this does not always work, however. It seems I must change the radiobutton setting several times.
Finally, this situation has occurred on all of my created applications that do implement a radio button.
Is there something that I am missing, or has anyone run into this before?
I am a novice programmer, and have recently began creating simple calculator applications using Visual Basic (I am a power engineer... these are small applications for basic but tedious calculations).
I have often found that after I enter all my data and return a result, if I change a few input values and recalculate, the results will not update.
I am only using text boxes and radio buttons to input information, and a single button to calculate the results.
I have noticed that if I change a radiobutton to a selection that I do not want, hit my calculate button, then return my radio button to my desired selection and hit calculate once more, it will work. Even this does not always work, however. It seems I must change the radiobutton setting several times.
Finally, this situation has occurred on all of my created applications that do implement a radio button.
Is there something that I am missing, or has anyone run into this before?