无法获取输入字传递函数
$SS= GUICtrlCreateGroup("搜索工具",70,5,370,50)$lr1= GUICtrlCreateInput("", 75, 20, 230, 28)
$CD= GUICtrlRead($lr1)
$Button = GUICtrlCreateButton("百度", 310, 18, 60, 30)
$Button = GUICtrlCreateButton("狗狗", 375, 18, 60, 30)
Case $Button
Run(@ComSpec & " /c " & 'start http://www.baidu.com/s?wd=' & $CD, "", @SW_HIDE)
Case $Button
Run(@ComSpec & " /c " & 'start http://www.gougou.com/search?search=' & $CD, "", @SW_HIDE)
当用户在输入查找内容时,无法获取,是直接根据GUICtrlCreateInput("", 75, 20, 230, 28)中的空字符来查找,请师傅们指点下
[ 本帖最后由 jycel 于 2009-3-8 17:39 编辑 ] QQ群问起没人知道,这上面也是,错误还是找到了,原来得把$CD= GUICtrlRead($lr1)这句获取输入内容放在Run(@ComSpec & " /c " & 'start http://www.baidu.com/s?wd=' & $CD, "", @SW_HIDE)之前,要不在运行程序时,$CD的值就为空,所以在后面点击了相应按键后,出现错误 这是全部代码? 不是啊,我只贴了相关的!代码太多了,提问,别人也不好理清!
楼上的朋友有没有AU3交流群吗?我现在加的是自由天空的一个,但里面太冷清了,有个问题想请教都不方便!
[ 本帖最后由 jycel 于 2009-3-8 17:44 编辑 ] 搜索论坛keyword:qq
页:
[1]