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 

How to make this kind of window (gui)

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



Joined: 07 Nov 2006
Posts: 24

PostPosted: Thu Jan 14, 2010 4:43 am    Post subject: How to make this kind of window (gui) Reply with quote

How to make this kind gui, no captain, but windows with a frame around
Back to top
View user's profile Send private message
rtfm2
Guest





PostPosted: Thu Jan 14, 2010 7:25 am    Post subject: Reply with quote

You can control caption and borders by using the info in the help file here:
Options and styles for a window

If you want rounded windows (or other shapes), use the information here:
WinSet (region)

If you can't get it, post your code and you may receive some help.
Back to top
Micahs



Joined: 01 Dec 2006
Posts: 460

PostPosted: Thu Jan 14, 2010 8:05 am    Post subject: Reply with quote


Code:
Gui, -Caption +0x40000
Gui, Add, ListBox, , Run|RunAs|RunWait
Gui, Show

This gives a thick border, but also (maybe unfortunately) makes it resizable.
_________________
Back to top
View user's profile Send private message
liu2002



Joined: 07 Nov 2006
Posts: 24

PostPosted: Thu Jan 14, 2010 10:20 am    Post subject: Reply with quote

Thank you Micahs
Back to top
View user's profile Send private message
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