Tagged Questions
5
votes
2answers
246 views
Any workaround to get text in an iFrame on another domain in a WebBrowser?
You will probably first think is not possible because of XSS restrictions. But I'm trying to access this content from an application that hosts a WebBrowser, not from javascript code in a site.
I ...
2
votes
1answer
94 views
IE “per browser” explorer bar
Is there a way to create a "per-browser" explorer bar in IE, that means an explorer bar common for all open tabs? The explorer bars created following MS guidelines are "per-tab", meaning that a new ...
1
vote
0answers
66 views
Determining when an IE window is displaying a dialog box from a desktop app
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 ...
0
votes
0answers
346 views
Rendering the DOM from MSHTML/SHDocVw WebBrowser control
Is there a way to force a WebBrowser object to repaint the current state of the DOM to the screen? For example, if I have a bit of MSHTML code like:
IHTMLElement element = ...
0
votes
3answers
2k views
IE Automation Book or Resource?? using MSHTML/ShDocVw VB.Net
Can anyone recommend a book or a website that explains Internet Explorer Automation using VB.NET? I understand that mshtml and ShDocVw.dll can do this, but I need a resource that will explain it to ...