Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

REFRESH FORM

Status
Not open for further replies.

tan8312

IS-IT--Management
Jul 1, 2004
3
0
0
US
Hello -

I am done with the application and it works fine, except I wanted to add a reset button to reset the form. I know how to clear the textbox (using .clear()), but there are a couple more functions that I want the reset button to do:

1. Set the radio buttons to false, so that none of them are checked?

2. Set the value in the numericUpDown back to 0, and the cursor up there again?

Basically, I want the whole form to start fresh again. Is there a quicker function to refresh the whole form?
Please help.

Thanks in advance,

tan8312
 
No, there is nothing to do this. You'll have to loop through the controls and set them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top