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 ...
3
votes
1answer
6k views
using Interop.SHDocVw.dll Where can i find this namespace/dll at?
I've done this before, I don't remember if i downloaded the DLL from off the net or something but i don't want to get a virus. I need access to this namespace so that I can have extra features that ...
1
vote
1answer
277 views
Retrieving the “highest level frame” from SHDocVw WebBrowser control
The documentation for the DocumentComplete event mentions near the end:
In the loading process, the highest
level frame, which is not necessarily
the top-level frame, fires the final
...
0
votes
0answers
101 views
COMException while accessing .NET WebBrowser (SHDocVw)
What is the reason for the following exception ?
System.Runtime.InteropServices.COMException (0x800706BA): The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
It occurs when I make a ...
0
votes
0answers
50 views
webbrowser control and resources downloaded
I want any event in web browser contorl that would raise once all the resources of a page are been donwloaded.
In my case, the page has nested iFrame so i would like to get resources download ...
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 = ...