开发者

Determining when an IE window is displaying a dialog box from a desktop app

开发者 https://www.devze.com 2023-04-05 08:24 出处:网络
I am attempting to determine if a selected browser window is showing a dialog box. I am using the shdocvw.internetexplorer object to grab the browser and get specific elements of the browser. I am 开发

I am attempting to determine if a selected browser window is showing a dialog box. I am using the shdocvw.internetexplorer object to grab the browser and get specific elements of the browser. I am 开发者_开发技巧unable to determine if a dialog box is showing.

I've also looked at using System.Windows.Automation but can't figure out how to get the tree setup in VB and then to look for the dialog box

0

精彩评论

暂无评论...
验证码 换一张
取 消