Jump to content

Recommended Posts

Posted

Hey Everyone,

i have searched throughout the forums and i have found nothing that could help me create a gui, set it to not steal focus and display it on top. can anyone help me out? thank you.

Posted

What you mean by “not steal focus”? you want to create a gui window on top, and this window must be not active?

Try this:

$GuihWnd = GuiCreate("test", 200, 200)

WinSetOnTop($GuihWnd, "", 1)

GuiSetState(@SW_SHOWNOACTIVATE)

While GUIGetMsg() <> -3
WEnd

 

  Reveal hidden contents

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...