I need to hide the window completely and not allow it to be double-clicked to be maximized, as that changes the window to be resizable despite the ResizeMode being set to NoResize and WindowStyle set to None. That double click seems to change the settings irreversibly (the window edges are always adjustable after that double click), and that is unnacceptible in this case - I need it to either not be double clickable, or, preferrably, completely invisible when it's minimized.
Thanks for the help!