20200629 1435
01 코드
Gui,Add,text,,Please select the type of file name
Gui,Add,Radio,vx1 checked, YYYYMMDD
Gui,add,radio,vx2,YYYYMMDD HHMM
Gui,Add,text, ; space
Gui,add,CheckBox,vx3 checked,Press [save] button
Gui,add,button,gBtn,OK
gui,show,,Select option
return
Btn:
Gui,submit,nohide
zOpt:=x1*1+x2*2
gui,hide
WinActivate, "Select option"
gui,destroy
;write codes here, what you want to do..
'[PA] 업무자동화 > [AH]Autohotkey' 카테고리의 다른 글
AH QR or Bar code read (0) | 2020.07.03 |
---|---|
UV 특정그림에서 떨어진 곳 클릭 (0) | 2020.07.01 |
AH 트레이 아이콘 & 도움말 설정 (0) | 2020.06.29 |
AH 역사와 의미 (0) | 2020.06.28 |
AH OCR API 사용하기 (0) | 2020.06.27 |