I am working on an application which uses mdi forms. I currently have command buttons that load and unload the child forms. The code is very hefty in that I am loading the form I need open and unloading all other forms on each command button. My goal is to only have the child form I am currently using loaded into memory. So basically looking for clean way to unload all child forms then load child form I want open.