SImplify Posted October 18, 2004 Posted October 18, 2004 Hi all, I have tried to look help files but didn't find a way to make GUI which should be TOP most window all the time. Is it possible? Thx. Simplify
SlimShady Posted October 18, 2004 Posted October 18, 2004 Global $WS_EX_TOPMOST = 0x00000008 GUICreate("New GUI", 250, 250, -1, -1, -1, $WS_EX_TOPMOST) Something like that
CyberSlug Posted October 18, 2004 Posted October 18, 2004 WinSetOnTop ( "WindowTitle", "", $flag ) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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