Nanaki Posted March 19, 2005 Posted March 19, 2005 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
eJan Posted March 19, 2005 Posted March 19, 2005 Try this: GUICreate("title", 452, 72, -1, -1, $WS_POPUP+$WS_BORDER,$WS_EX_TOPMOST ($WS_EX_TOPMOST = Extended Style (must add ',' after style)
Nanaki Posted March 19, 2005 Author Posted March 19, 2005 Great! It works, thanks. Man, the Support of AutoIt is amazing ^^
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