Jump to content

Recommended Posts

Posted

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

Posted

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)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...