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
Posted by Weneedu
,


출처: https://privatedevelopnote.tistory.com/81 [개인노트]