AutoHotkey Community

It is currently May 27th, 2012, 1:38 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: January 14th, 2010, 5:43 am 
Offline

Joined: November 7th, 2006, 2:30 pm
Posts: 24
How to make this kind gui, no captain, but windows with a frame around
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 14th, 2010, 8:25 am 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 14th, 2010, 9:05 am 
Offline

Joined: December 1st, 2006, 9:27 am
Posts: 460
Image
Code:
Gui, -Caption +0x40000
Gui, Add, ListBox, , Run|RunAs|RunWait
Gui, Show

This gives a thick border, but also (maybe unfortunately) makes it resizable.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 14th, 2010, 11:20 am 
Offline

Joined: November 7th, 2006, 2:30 pm
Posts: 24
Thank you Micahs


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: bobbysoon, iDrug, JSLover, Tipsy3000, Yahoo [Bot] and 17 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