| View previous topic :: View next topic |
| Author |
Message |
liu2002
Joined: 07 Nov 2006 Posts: 24
|
Posted: Thu Jan 14, 2010 4:43 am Post subject: How to make this kind of window (gui) |
|
|
How to make this kind gui, no captain, but windows with a frame around
 |
|
| Back to top |
|
 |
rtfm2 Guest
|
Posted: Thu Jan 14, 2010 7:25 am Post subject: |
|
|
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
|
Posted: Thu Jan 14, 2010 8:05 am Post subject: |
|
|
| 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 |
|
 |
liu2002
Joined: 07 Nov 2006 Posts: 24
|
Posted: Thu Jan 14, 2010 10:20 am Post subject: |
|
|
| Thank you Micahs |
|
| Back to top |
|
 |
|