lingxin5013 发表于 2008-9-24 10:37:58

How to using sendkeys's method close IE

Dim ws
Set ws=createobject("wscript.shell")
'Browser("qtp 使用sendkeys关闭IE - Google").Page("qtp 使用sendkeys关闭IE - Google")
ws.sendkeys "%+{f4}"

如何使用sendkeys关闭一个IE ,如上面的例子
我使用alt+f4 上面代码执行后是关闭QTP的提示.高手麻烦解答下 谢谢

gjay1688 发表于 2008-9-24 10:44:24

当前焦点在QTP上,所以要关闭的是QTP了,LZ可以先将要关闭的页面activate一下,再使用alt+F4

lingxin5013 发表于 2008-9-24 10:50:17

'Browser("qtp 使用sendkeys关闭IE - Google").Page("qtp 使用sendkeys关闭IE - Google")不支持activate方法
可有使用的方案

gjay1688 发表于 2008-9-24 10:53:34

那就先使用alt+tab换过来,再关闭:)

lingxin5013 发表于 2008-9-24 10:59:58

谢谢LS 已经解决 我随便找了个东西click了下 然后关闭可以了
GOOD

lingxin5013 发表于 2008-9-24 11:04:30

你的方法我也搞了下 也是可以的 非常感谢

假装不在 发表于 2008-9-24 11:41:32

:lol :lol
页: [1]
查看完整版本: How to using sendkeys's method close IE