AutoHotkey Community

It is currently May 27th, 2012, 6:43 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: GUI 'Always on top'
PostPosted: February 3rd, 2006, 8:43 pm 
Offline

Joined: January 24th, 2006, 6:04 am
Posts: 10
Location: Florida
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!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 3rd, 2006, 8:53 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
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
StartEx - Portable Shortcut Link


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 3rd, 2006, 10:50 pm 
Offline

Joined: January 24th, 2006, 6:04 am
Posts: 10
Location: Florida
Awesome!

Thanks much!


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: batto, Bing [Bot], JSLover, sjc1000 and 64 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group