try Hide and Show for the form
//Hides
Form.Hide();
//you can use this if you are in the form's code
this.Hide();
//Show the form
Form.Show();
//in the form's code
this.Show();
dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143