Champak Posted June 25, 2008 Posted June 25, 2008 If I have multiple GUIs set up with $WS_EX_TOPMOST, is there a way to ensure that a particular GUI has the absolute topmost regardless if another GUI with $WS_EX_TOPMOST is active?
Thatsgreat2345 Posted June 25, 2008 Posted June 25, 2008 Well you'll have to do some check to see if it is topmost, but if you are lazy like me you could just continually set it as the top window and just get it over with .
Champak Posted June 25, 2008 Author Posted June 25, 2008 Yeah I guess I'm stuck with doing that. I think this should be a feature though. Increment the topmost setting according to all the windows displayed, or just the ones that are a part of your script.....feature request.
LarryDalooza Posted June 25, 2008 Posted June 25, 2008 Since AutoIt GUI is a port of Windows GUI function... you will need to make a feature request to Microsoft. Lar. AutoIt has helped make me wealthy
Valuater Posted June 25, 2008 Posted June 25, 2008 Since AutoIt GUI is a port of Windows GUI function... you will need to make a feature request to Microsoft.Lar. 8)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now