#PB_Window_Disabled for 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

#PB_Window_Disabled for GetWindowState()

Post by Tranquil »

It would be nice to determine the actual windows state (if it is disabled or not). Sure it can be done by the coder, but actually I use threads and want to avoid the use of mutex as much as possible. So such a command would come handy. :-)
Tranquil
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Post by nco2k »

agree.

and please also #PB_Window_Hidden. :wink:

c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
Post Reply