rdthomps@vela.acs.oakland.edu (Robert D. Thompson) (06/24/91)
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
epperson@adobe.COM (Mark Epperson) (06/25/91)
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