vector
June 15th, 2000, 10:21 AM
I have a form with a command button named 'Compute'.After the user clicked to compute and the results generated,I set certain properties on my output text box (Locked=True and ForeColor=vbYellow)and my Compute button caption to change to 'Try again'
I would like to use the SAME button to do another computation.I wish to toggle the properties on the text box which I've just changed and the button to read as 'Compute' again.
Do you think this is possible ? Pls enlighten me.
Lots of thanks.
I would like to use the SAME button to do another computation.I wish to toggle the properties on the text box which I've just changed and the button to read as 'Compute' again.
Do you think this is possible ? Pls enlighten me.
Lots of thanks.