nooby Posted March 10, 2007 Posted March 10, 2007 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
Moderators SmOke_N Posted March 10, 2007 Moderators Posted March 10, 2007 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? thxnobby$WS_EX_TOPMOSTWinSetOnTop().... 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.
_Kurt Posted March 10, 2007 Posted March 10, 2007 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 Kurt Awaiting Diablo III..
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