作者piligo (霹雳狗)
看板EzHotKey
标题Re: [AHK-] 如何同时使用两个GUI介面呢?
时间Sun Sep 25 23:35:17 2016
借用标题,请问第二个选单如何让Send按钮可以正常对应ButtonSend
目前的状况是Send这个按钮完全无反应
谢谢
解决了,多补个红字就成功了
Gui, Show, center w120 h100, menu1
Gui, Add, Button, x0 y0 w120 h50 gGui2, A1
Return
Gui2:
Gui, 2:Show,center w200 h150, menu2
Gui, 2:Add, Text,x10 y5, 帐号:
Gui, 2:Add, Edit,x50 y2
Gui, 2:Add, Text,x10 y30, 密码:
Gui, 2:Add, Edit,x50 y25
Gui, 2:Add, Button, x50 y80 w100 h50
gSend, Send
return
ButtonSend:
GuiControlGet, id,,Edit1
GuiControlGet, pwd,,Edit2
MsgBox %id%
MsgBox %pwd%
return
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 203.70.124.133
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/EzHotKey/M.1474817719.A.38B.html
※ 编辑: piligo (203.70.124.133), 09/26/2016 00:08:35