With AutoHotkey GUI, how to have the title to the left of the checkbox instead of the right

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
RyanAyton
Posts: 49
Joined: 14 Aug 2017, 09:53

With AutoHotkey GUI, how to have the title to the left of the checkbox instead of the right

19 Jan 2018, 10:06

Hello,

As an example, I have this code:

Code: Select all

Gui, Show, x730 y15 w400 h200, Test
Gui, +AlwaysOnTop

Gui, 1: Add, Checkbox, w90 x10 y15 vAbb, Abbreviations
Return
With this the checkbox name is to the right of the checkbox.
Is it possible to have "Abbreviations" to the left instead of the right of the checkbox?
scriptor2016
Posts: 863
Joined: 21 Dec 2015, 02:34

Re: With AutoHotkey GUI, how to have the title to the left of the checkbox instead of the right

19 Jan 2018, 10:51

Code: Select all

Gui, Show, x730 y15 w400 h200, Test
Gui, +AlwaysOnTop

Gui, Show, x730 y15 w400 h200, Test
Gui, +AlwaysOnTop

Gui, 1: Add, Text, x10 y15, Abbreviations
 
Gui, 1: Add, Checkbox, w90 x80 y15 vAbb 
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: DevWithCoffee, Rohwedder, Sarhad and 130 guests