Daka Posted July 5, 2017 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!
Deye Posted July 5, 2017 Posted July 5, 2017 simply use : ;top most WinSetOnTop($gui, "", 1) ;not topmost WinSetOnTop($gui, "", 0)
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