I have a problem with a window object being released. I have a main window open, with another window, which is modal in the top form. This second window calls another window that is modeless. I need to Hide or Deactivate the second window, so when the user closes the third window, the second window is activate and is on top. The problem is when I come back to the second window, the object for the window is gone. How do I preserve the second window's object to be used again?