AHK GUI Border

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
PuzzledGreatly
Posts: 1303
Joined: 29 Sep 2013, 22:18

AHK GUI Border

19 Oct 2013, 18:20

Assuming -Caption and -Sysmenu are used to remove the usual titlebar what is the recommended way to give a GUI a thick border? I'd like something thicker than that provided by the Border option. Thanks.
tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

Re: AHK GUI Border

19 Oct 2013, 19:56

How about:

Code: Select all

Gui, -Caption -Sysmenu +AlwaysOnTop +0x40000
Gui, Show, w300 h300
Return

GuiClose:
ExitApp
User avatar
PuzzledGreatly
Posts: 1303
Joined: 29 Sep 2013, 22:18

Re: AHK GUI Border

19 Oct 2013, 20:02

Thanks, it's a bit better but I was looking for something thicker

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Black_dog and 70 guests