1. Re: Win32lib & the taskbar & Mr. Vine
- Posted by Alyne & Warren <WCBaker at HOME.COM>
Nov 07, 1999
-
Last edited Nov 08, 1999
Subject: Re: Win32lib & the taskbar
> >The Win32 documentation I've got notes that the taskbar automatically
sets
> >itself to the end of the z-order when it detects a full-screen
application
> >running. But I don't see how to specify that an app is full screen.
I didn't see the preamble about this, so I might not be answering the
question, or even answering a different question, but in MFC, ShowWindow
sets a window's show state. The show state determines how a window is
displayed. Specifically, if a SW_SHOWMAXIMIZED message is received, it
will be "full screen". So if you query the latter, or the related message
WM_SHOWWINDOW then you'll know if it is full screen or not..
Cheers!
--Warren