quote:
Originally posted by matty
More side effects from using 0x100 when creating the window. When the window is maximized the custom plus! system tools (minimize, maximize/restore, close) are removed. You can subclass the window and detect when it is being Maximized and you can use the ShowWindow api to show them but this should be fixed on Plus! side
I'd say that's because the title bar is removed. When you maximize a "regular" Plus! window, the buttons are hidden since the title bar is shown and contains native min-max-close buttons. So, if you'd remove that title bar, well, you'd lose those buttons too.
Although this is a hidden option and shouldn't be used in scripts, I agree with Matty that it should be fixed in some way.