作者:djhui | 时间:2008-02-04 17:18 | 标题:VBS模拟按钮
如果用VBS模拟按右边的CTRL键,并且在按住右边CTRL的情况连接两次SCROLLLOCK
作者:slore | 时间:2008-02-04 17:41
VBS做不到。
作者:djhui | 时间:2008-02-04 18:14
那用什么能做到呀,BAT? 好像更不行了
作者:xswdong | 时间:2008-02-04 21:24
Set ws = WScript.CreateObject("WScript.Shell")
ws.SendKeys ("^{SCROLLLOCK}")
作者:xswdong | 时间:2008-02-04 21:25
看错了 是点两次
Set ws = WScript.CreateObject("WScript.Shell")
ws.SendKeys ("^{SCROLLLOCK 2}")
作者:slore | 时间:2008-02-04 22:04
请注意LZ的红色高亮
作者:djhui | 时间:2008-02-05 10:25
哎,不知道VBS能不能办到哦