Jump to content

Recommended Posts

Posted

I've created a gui and no matter what I do, it does not want to stay topmost.

$gui = GUICreate("Create ISO image", $y, $z + 30, -1, -1, BitOR($GUI_SS_DEFAULT_GUI, $WS_EX_TOPMOST))

What's wrong with this line?

Fran

Posted (edited)

For topmost style you have to set it for exStyle ->

$gui = GUICreate("Create ISO image", $y, $z + 30, -1, -1, $GUI_SS_DEFAULT_GUI, $WS_EX_TOPMOST)

Br,

UEZ

Edited by UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

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...