What i want to do: ->Open a MDI form ->Close the projects main form ->Without closing the application
What i have done:
frmMain
What I did to get around this is:
this.Hide()
Probably not the best way to do this, but still.
You could even get it back by calling
this.Show()