What if when a user press a button, the application will load another form but the previous form is automatically hidden in the screen, afterwhich when the current form is closed the previous form is automatically activated? How can I do this?
I make use of ShowDialog() but the previous form is still visible. Can anybody help me?