Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

_screen windowstate

Status
Not open for further replies.

sqlpro

Programmer
Dec 30, 2003
297
NZ
hi friends

is there any way to know the _screen is minimized bcoz
i need to add some when it is minimized.
Thanks

cheers
 
_screen.WindowState=0|1|2

?_screen.WindowState

0=normal
1=minimized
2=maximized
 
Use the information in FAQ:

How can I add .Resize() and .Moved() methods to _SCREEN? faq184-4374

...to hook the resize event and then you can check if _screen.windowstate = 1 to see if it is minimized.

boyd.gif

craig1442@mchsi.com
"Whom computers would destroy, they must first drive mad." - Anon​
 
Thanks Craig.
i'll check that thread :)

cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top