Jump to content

Recommended Posts

Posted

Well, I just want a GUI to spawn and to be always on top.

GUICreate("title", 452, 72, -1, -1, $WS_POPUP+$WS_BORDER+$WS_EX_TOPMOST)

doesn't work :)

Posted

Try this:

GUICreate("title", 452, 72, -1, -1, $WS_POPUP+$WS_BORDER,$WS_EX_TOPMOST

($WS_EX_TOPMOST = Extended Style (must add ',' after style)

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
×
×
  • Create New...