Jump to content

guicreate(...., $style, $exstyle, $parent)


 Share

Recommended Posts

hey guys, i wanna create a GUI that stays active but does not gain focus. problem: i also want it to appear everywhere, meaning that any given window will be able to "see" the gui, except it doesn't gain focus. i'm using the $WS_EX_TOOLWINDOW style since i do not want the window to appear in the taskbar or in the dialog box. i'm aiming for a MSN-like gui (like when it says: "chris has signed in". Any ideas? thx

nobby

Link to comment
Share on other sites

  • Moderators

hey guys, i wanna create a GUI that stays active but does not gain focus. problem: i also want it to appear everywhere, meaning that any given window will be able to "see" the gui, except it doesn't gain focus. i'm using the $WS_EX_TOOLWINDOW style since i do not want the window to appear in the taskbar or in the dialog box. i'm aiming for a MSN-like gui (like when it says: "chris has signed in". Any ideas? thx

nobby

$WS_EX_TOPMOST

WinSetOnTop()

.... :whistle:

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Even I was having trouble doing this some time ago. Never knew this, thanks Smoke_N, looks like I'll be making some changes to that script, making it less sloppier :whistle:

Kurt

Awaiting Diablo III..

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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