egalvez Posted March 27, 2005 Posted March 27, 2005 Hi. I know how to keep a message box on top, which I think is called system modal, but how do I keep a dialog (GUI) on top of all other applications? I don't see a GUICreate parameter that addresses this. What am I missing?
MHz Posted March 27, 2005 Posted March 27, 2005 Have a look here.$WS_EX_TOPMOST is a style.WinSetOnTop() is a function.
egalvez Posted March 27, 2005 Author Posted March 27, 2005 Thank you. I couldn't get anywhere with the $WS_EX_TOPMOST style, but the WinSetOnTop() function worked fine.
jpm Posted March 29, 2005 Posted March 29, 2005 Have a look here.$WS_EX_TOPMOST is a style.WinSetOnTop() is a function.<{POST_SNAPBACK}>$WS_EX_TOPMOST is NOT a style but an ExStyle
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