RE: [GD-Windows] Restoring a minimized window
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2001-12-28 02:37:30
|
And, as always, the bug is discovered 30 seconds after sending out the e-mail. =) Apparently it had something to do with Set/ReleaseCapture() not allowing it to restore...or something. So basically I don't call Set/ReleaseCapture() when the window is minimized and the problem seems to have gone away. Brian > -----Original Message----- > From: gam...@li... > [mailto:gam...@li...] On > Behalf Of Brian Hook > Sent: Thursday, December 27, 2001 6:25 PM > To: gam...@li... > Subject: [GD-Windows] Restoring a minimized window > > > 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 > > > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > |