home *** CD-ROM | disk | FTP | other *** search
- From: Monroe.Thomas@ttlg.UUCP (Monroe Thomas)
- Sender: postmaster@ttlg.UUCP
- Path: sparky!uunet!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!destroyer!ubc-cs!alberta!ttlg!postmaster
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: invalid window
- Message-ID: <714885994.0@ttlg.ttlg.UUCP>
- Date: 26 Aug 92 18:30:00 mst
- Lines: 17
-
- DP>How do I go about setting the maximum size to which my window can be resized?
- >Is there a setting or API call to do this, or can I just handle it in
- >WM_SIZE?
-
- Trap WM_GETMINMAXINFO in your window procedure. It contains a
- pointer to a structure which you can fill with the min/max
- dimensions of your window.
-
- DP>Thanks....
-
- Your welcome!
-
- -Monroe
-
- * OLX 2.2 * "I hate anything by Victor Hugo," said Les miserably.
-
- * Origin: Through the Looking Glass (42:100/14)
-