| View previous topic :: View next topic |
| Author |
Message |
jagpanzer
Joined: 24 Jan 2006 Posts: 10 Location: Florida
|
Posted: Fri Feb 03, 2006 7:43 pm Post subject: GUI 'Always on top' |
|
|
Hi!
Newbie question: I'm making a GUI for a script I use a lot, and I'm wondering how I make it so that it is 'always on top' (i.e. it is visible even if another window is active, like Window Spy).
If anyone had tips on how to do this, it would be appreciated, thanks! |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 8688
|
Posted: Fri Feb 03, 2006 7:53 pm Post subject: |
|
|
| Code: | Gui,+AlwaysOnTop
Gui, Add, Text, x0 y150 w300 Center cBlack, I'M ALWAYS ON TOP
Gui,Show,w300 h300 Center,AlwaysOnTop Window
return
GuiEscape:
GuiClose:
exitapp
return |
_________________ URLGet - Internet Explorer based Downloader |
|
| Back to top |
|
 |
jagpanzer
Joined: 24 Jan 2006 Posts: 10 Location: Florida
|
Posted: Fri Feb 03, 2006 9:50 pm Post subject: |
|
|
Awesome!
Thanks much! |
|
| Back to top |
|
 |
|