Hyflex Posted September 5, 2008 Posted September 5, 2008 The game i play "Shaiya" if i alt tab or have two of the game running "windowed" if i switch from one window to another it freezes, i want to be able to keep both windows active/focus
Hyflex Posted September 5, 2008 Author Posted September 5, 2008 Basically i want two windows to be forced to "Stay on top"
AwAke Posted September 5, 2008 Posted September 5, 2008 (edited) Try searching the help file for 'Top'.First one I found related to what you need is, 'WinSetOnTop'.The example it gives is:WinSetOnTop("Untitled -", "", 1)Hope you figure out a solution. ------------------------------------------------------------------------After searching about ive found that you can always use $WS_EX_TOPMOST as an Extended Style uponcreating the GUI. You should look at this thread --> http://www.autoitscript.com/forum/index.php?showtopic=79708As martin has created really good examples which im sure will help you out.Hope this helps you out. =] Edited September 5, 2008 by AwAke
Hyflex Posted September 5, 2008 Author Posted September 5, 2008 It doesn't work I't doesn't keep focus
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