ShellExecute变量??
ShellExecute("winvnc4.exe", "-service -connect 192.168.1.11")ShellExecute("winvnc4.exe", "-service -connect GUICtrlRead(3, 0)")
我也不知道怎么表达这问题,各位能看懂我的意思吗?
连接到192.168.1.11会了
怎么把192.168.1.11替换成输入框里的变量? $ll=GUICtrlRead(3, 0)
Run('winvnc4.exe -service -connect ' & $ll)
找到答案了,呵呵,谢谢。 自己试试就知道了MsgBox(0, "", "-service -connect GUICtrlRead(3)")
MsgBox(0, "", "-service -connect " & GUICtrlRead(3)) 伙计,太基础了。。。
你确定你第一条ShellExecute执行OK吗?
ShellExecute("winvnc4.exe", "-service -connect "&GUICtrlRead(3))
伙计,太基础了。。。
你确定你第一条ShellExecute执行OK吗?
502762378 发表于 2012-1-10 18:17 http://www.autoitx.com/images/common/back.gif
OK的,正常连接到服务器了,呵呵 VNC远程操作不爽,建议换RADMIN哈呵呵 3楼的好点啊
页:
[1]