Daka Posted July 5, 2017 Share Posted July 5, 2017 I found many discussions, but I couldn't find script that it acts like that program that gives us info of the windows, buttons, listboxes etc. What I want is that my GUI stays on the top of everything like that info frozen program. So always on the TOP! Link to comment Share on other sites More sharing options...
Deye Posted July 5, 2017 Share Posted July 5, 2017 simply use : ;top most WinSetOnTop($gui, "", 1) ;not topmost WinSetOnTop($gui, "", 0) Link to comment Share on other sites More sharing options...
Daka Posted July 5, 2017 Author Share Posted July 5, 2017 @Deye Thank you it works like you write Link to comment Share on other sites More sharing options...
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