AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

GUI 'Always on top'

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
jagpanzer



Joined: 24 Jan 2006
Posts: 10
Location: Florida

PostPosted: Fri Feb 03, 2006 7:43 pm    Post subject: GUI 'Always on top' Reply with quote

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
View user's profile Send private message Visit poster's website
SKAN



Joined: 26 Dec 2005
Posts: 8688

PostPosted: Fri Feb 03, 2006 7:53 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
jagpanzer



Joined: 24 Jan 2006
Posts: 10
Location: Florida

PostPosted: Fri Feb 03, 2006 9:50 pm    Post subject: Reply with quote

Awesome!

Thanks much!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group