killaz219 2 Posted November 24, 2004 Hello, I was wondering if there is anyway to make a AutoIt GUI aways on top? I think it would be interesting to use on one of my simple scripts i'm writing. Thanks -Aaron Share this post Link to post Share on other sites
CyberSlug 6 Posted November 24, 2004 WinSetOnTop ( "title", "", 1) $GUI = GuiCreate("ExampleGUI") GuiSetState();show WinSetOnTop($GUI, "", 1) While GuiGetMsg() <> -3;GUI_EVENT_CLOSE WEnd Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites