作者kzntkt (Stay)
站内EzHotKey
标题[AHK-] 查字典小视窗
时间Mon Jan 17 01:55:36 2011
目前练习写了一个GUI用来查YAHOO!字典的程式码如下
--------------------------------------
Gui, Add, edit, x56 y30 w210 h40 , edit
Gui, Add, Button, x116 y100 w90 h40 , OK
; Generated using SmartGUI Creator 4.0
Gui, Show, x815 y439 h172 w310, tw.dictionary.yahoo.com
Return
ButtonOK:
ControlGetText, edit
myString3 = http://tw.dictionary.yahoo.com/search?ei=UTF-8&p=
String = %myString3% + %edit%
run %String%
String = http://tw.dictionary.yahoo.com/search?ei=UTF-8&p=
RETURN
GuiClose:
ExitApp
--------------------------------------
请问一下要怎样才能打完字按下enter就执行
不用再动滑鼠去按OK呢?
有请高人指点一下,非常感谢。
--
#19z_FaEu (EzHotKey)版友也问了一样的问题,可是好像没人回答@@
还是其实没有这样的方法? 囧
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.130.193.185
1F:推 fossil313:{tab}{enter} XD 01/18 09:50
2F:→ kzntkt:Gui, Add, Button, Default, OK 就可以,可是格式会跑掉@@ 01/18 13:26