Quote Originally Posted by solid2005 View Post
how about when i hide the form how can i return it to show?
Hey,

If you use Show.Dialog, there really isn't any need to hide the first form. Using ShowDialog means that the user can no longer access Form 1. Give it a try, and you will see what we mean.

Gary