image.png
我们在信手拈来按键帮你来 中点一下添加
我们就得到了下面这些代码
Gui Font, s18 Bold cBlue, 微软雅黑
Gui, Add, ListBox, w60 h150 gGhi vvTest Multi,青龙||白虎|朱雀|玄武 ;后边的Multi代表可用Shift Ctrl多选
Gui, Show, w688 h388, 信手拈来按键帮你来
return
Ghi:
Gui, Submit, NoHide
;MsgBox, % ShenShou ;去了前面的分号感受下效果!
If (vTest="白虎")
{
MsgBox, 是神兽白虎哟∩▂∩`n这里续写要执行的跳转!
If (A_GuiEvent="Normal")
MsgBox,您现在是单击
}
If (A_GuiEvent="DoubleClick")
MsgBox,您现在双击了
return
image.png