Page 1 of 1

Enhance GetWindowState

Posted: Thu Nov 12, 2009 5:34 pm
by Tranquil
... Maybe with:

#PB_Window_Hide (window is hidden)
#PB_Window_Disable (Window is disabled)

I know this constants can not be set with SetWindowState but it might give some ideas on it!?

Re: Enhance GetWindowState

Posted: Thu Nov 12, 2009 7:25 pm
by Kaeru Gaman
how would be to make two new commands
SetWindowFlags(#Window, Flags) and GetWindowFlags(#Window)
wich will work analogue to the Flags in the OpenWindow command?