Board index » delphi » Reset work area when user resizes desktop, OnResize
Steve Yates
![]() Delphi Developer |
Sun, 22 Aug 2004 15:48:30 GMT
Reset work area when user resizes desktop, OnResize
I have an app that puts itself on a small area above the taskbar,
and resizes the work area. My current challenge is to handle when the user resizes the desktop. I'm having a bit of trouble getting it to work via the OnResize event, since OnResize fires *after* the app is resized (and at other times, like form creation). Also, if the user increases the desktop size the app window is not forcibly resized, so it seems like I will have to capture the WM_SETTINGCHANGE message somehow. Before I struggle with what seems like should be a relatively easy Thanks, - Steve Yates / Taglines by Taglinator - www.srtware.com / |