I have an application, in which I believed I had everything possible covered, but users always seem to find loopholes....
My applications screen is maximized, non moveable, no min/max box, because it should always be full-screen, on top. That works fine.
But a user of the program has used taskmanager to minimize my application. (taskmanager seems to be able to resize every window, also non resizeable ones...)
Is there a way to prevent this? (Tried to catch WM_ACTIVATE, but that doesn't seem to do it...)
------------------
Peter.
mailto
[email protected][email protected]</A>
My applications screen is maximized, non moveable, no min/max box, because it should always be full-screen, on top. That works fine.
But a user of the program has used taskmanager to minimize my application. (taskmanager seems to be able to resize every window, also non resizeable ones...)
Is there a way to prevent this? (Tried to catch WM_ACTIVATE, but that doesn't seem to do it...)
------------------
Peter.
mailto

Comment