How can I close a form and reopen it with its default values?

  • Thread starter Thread starter SSM85
  • Start date Start date
S

SSM85

Guest
I have a form with a timer. In the Closing event I equal the timers to nothing (Timer = Nothing). But when reopening the form it throws an exception because in the Load method I have Timer.Enabled = False then the timer returns Nothing. So I think that if there is a way to "reset" the form every time it's opened, I wouldn't have this problem. I hope you can help me. Greetings.

Continue reading...
 
Back
Top