Click to See Complete Forum and Search --> : How to stop Maximized app being restored?


uniken
May 26th, 1999, 11:43 AM
Hi,

I have an SDI app with a title bar, but no system menu or min, max, close buttons. I start the app maximized, and I don't want the user to be able to change this. However, when the user double clicks the title bar, the Main window is restored. Double clicking again does not maximize it. How can I stop this so it always stays maximized?

thanks,

uniken

Jerome
May 26th, 1999, 01:54 PM
trap WM_SYSCOMMAND messages and dont process SC_RESTORE or SC_MINIMIZE ?