[GD-Windows] Restoring a minimized window
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2001-12-28 02:25:10
|
I'm a wee bit befuddled by this terribly simple problem: how do I get a window to restore when it's been clicked on in the minimize tray? I'm not doing any particularly peculiar, yet my window firmly stays minimized once minimized...is there another message I should be handling (or not handling)? If I alt-tab or right-click Restore, it comes back just fine. But clicking doesn't seem to do it. All the WM_xxxx messages that I intercept are being passed on to the DefWindowProc(). Brian |