20201207 1451
01 계산식
%%쓸 필요 없다.
zx:=round(zx+width/2,0)
02 엔터로 GUI 단추 누르기
default 옵션을 넣어 둔다.
Gui, Add, Text,, First name:
Gui, Add, Text,, Last name:
Gui, Add, Edit, vFirstName ym ; The ym option starts a new column of controls.
Gui, Add, Edit, vLastName
Gui, Add, Button, default, OK ; The label ButtonOK (if it exists) will be run when the button is pressed.
'[PA] 업무자동화 > [AH]Autohotkey' 카테고리의 다른 글
AH send string one shot (0) | 2021.01.22 |
---|---|
AH 문장 중에 따옴표 제거하기 (0) | 2021.01.15 |
AH 창 정렬하기 Arrange Windows, Organize Windows (0) | 2020.12.08 |
AH showing picture (0) | 2020.12.05 |
AH GUI 단추 단축키 (0) | 2020.11.18 |