Jump to content

Recommended Posts

Posted (edited)

I want to lock the interface of my program in a perdetermined position.

I did a search and found

GUICreate("GUI", 180, 80, 10, 200, BitAND($GUI_SS_DEFAULT_GUI, BitNOT($WS_CAPTION)))

but i need to add $WS_EX_TOPMOST to it how can that be done?

thanks

Edited by onestcoder

Need a website: http://www.iconixmarketing.com

Posted (edited)

Oh i see, at the end. I was trying to fix it in the middle. Thank you Danny35d

Edited by onestcoder

Need a website: http://www.iconixmarketing.com

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