Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!adobe!epperson From: epperson@adobe.COM (Mark Epperson) Newsgroups: comp.windows.ms.programmer Subject: Re: How Do I Resize MDIClient To Make Room For ToolBar ??? Message-ID: <16866@adobe.UUCP> Date: 25 Jun 91 01:27:07 GMT References: <7483@vela.acs.oakland.edu> Reply-To: epperson@adobe.UUCP (Mark Epperson) Organization: Adobe Systems Incorporated, Mountain View Lines: 32 In article <7483@vela.acs.oakland.edu> rdthomps@vela.acs.oakland.edu (Robert D. Thompson) writes: > > I remember a brief thread a short time ago about > resizing the MDIClient windows to make room for > status and tool windows (modeless dialogs). > > I can't seem to resize my client to make room... > ...I must be missing something. > > Thanks in advance for any help. > > Regards |(8> >--- >Robert >rdthomps@vela.acs.oakland.edu Try this ----------- frameWndProc(... . . . case WM_SIZE: result = DefWindowProc(... MoveWindow(MDICLient... return result; ----------- This works fine. Mark Epperson