Hi guys,
I know the function WinSetOnTop and also the extended style $WS_EX_TOPMOST which you can give while creating a GUI, but...
How do I check if a window has this set, aka AlwaysOnTop?
My goal is to have a little script waiting for a hotkey to be pressed and then toggle the $WS_EX_TOPMOST of the [ACTIVE] window.
In order to do that I have to be able to retrieve that flag to do a bitwise XOR on it, just don't know how to query it.
thx in advance