|
-
May 26th, 1999, 11:43 AM
#1
How to stop Maximized app being restored?
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
-
May 26th, 1999, 01:54 PM
#2
Re: How to stop Maximized app being restored?
trap WM_SYSCOMMAND messages and dont process SC_RESTORE or SC_MINIMIZE ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|