Infinitex0 Posted March 8, 2006 Posted March 8, 2006 How can I make a GUI appear on top of all other windows? The below statement is False.The above statement is True.a lesson I learned from Greenmachine; give a man a code and he'll solve one problem. Teach a man to code and he'll solve all his problems.P.S please don't use autoIt as a virus creator/spyware maker(keyLogger especially)Cick this and help me[center]My Scripts:[/center][center]Port Scanner[/center]
PsaltyDS Posted March 8, 2006 Posted March 8, 2006 (edited) How can I make a GUI appear on top of all other windows?Look in the helpfile for the GUI styles under GuiCreate(). There is one for "Always On Top". I don't have it to look at here right now, but it should be easy to find.:-)P.S. It was the extended style $WS_EX_TOPMOST. Edited March 8, 2006 by PsaltyDS Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
peter1234 Posted March 8, 2006 Posted March 8, 2006 (edited) Infinitex0, WinSetState should also do that. Edited March 8, 2006 by peter1234
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