Enhance GetWindowState

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Enhance GetWindowState

Post 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!?
Tranquil
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Re: Enhance GetWindowState

Post 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?
oh... and have a nice day.
Post Reply