ravenfrozt Posted March 20, 2009 Posted March 20, 2009 Hey guys, is it possible to force the window of your script to be always showed on top of the others like for ex you play a game and you still see the window on your screen. Dunno if you can understand wut I say but oh well thx for ya help I appreciate it
foster74 Posted March 20, 2009 Posted March 20, 2009 For a GUI: GUICreate("GUI Name", 300, 300,-1,-1,-1,$WS_EX_TOPMOST) But I don't think it will work for a lot of full screen games.
ravenfrozt Posted March 20, 2009 Author Posted March 20, 2009 im playing games in window mode ima try it now thx for ya help ^^ hope it works
Szhlopp Posted March 20, 2009 Posted March 20, 2009 For a GUI: GUICreate("GUI Name", 300, 300,-1,-1,-1,$WS_EX_TOPMOST) But I don't think it will work for a lot of full screen games. I used this for my 'windowed mode' game and it works great. _WinAPI_SetParent($hmainGUI, $hWndParent) RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+'
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