20201204 1752
CoordMode, tooltip, screen
tooltip, Starting..,0, 0
zPicture:="C:\Users\screen.png"
FileInstall, icon22.png, %zPicture%, 1
Gui, Add, Picture,w800 h400, %zPicture%
Gui, Add, Button, Default gBtnRun, close window
Gui, Show
return
BtnRun:
Gui, Destroy
MsgBox, 1, want to continue?
IfMsgBox Cancel
return
Gui, submit,nohide
'[PA] 업무자동화 > [AH]Autohotkey' 카테고리의 다른 글
AH 계산식 수식 operation, default focus in GUI (0) | 2020.12.08 |
---|---|
AH 창 정렬하기 Arrange Windows, Organize Windows (0) | 2020.12.08 |
AH GUI 단추 단축키 (0) | 2020.11.18 |
AH Windows 시작프로그램에 등록 (0) | 2020.10.17 |
AH Monitoring Active Window Name (0) | 2020.10.15 |