Gui,add,Text,x10 y10,This is a test!
Gui,show,x10 y10 w100 h100,test ;父窗口
Gui,Cancel ;隐藏父窗口,用于注册前。
Gui,MyguiName:new,,Title is test! ;创建标题为Title的子窗口,名字为MyguiName
Gui,add,button,x10 y10 gTestNewButton,TestOne
Gui,show,xCenter yCenter w200 h200,Title is test
return
TestNewButton:
msgbox 新窗口的按钮只能用g标签调用。
return
哈哈
学习一下