0
votes
0answers
20 views
SHDocVw insert element in document.body?
Hi, I am trying to inject html and js into an IE from a bho.
To get the body I use:
Code:
public static SHDocVw.WebBrowser webBrowser;
HTMLDocument document = (HTMLDocument)webBrowser.Document;
…
1
vote
2answers
214 views
c# using SHDocVw.InternetExplorer. How can I find the URL of the last link clicked? Or the most recent get request URL?
I am accessing the SHDocVw.InternetExplorer from the SHDocVw.ShellWindowsClass(). I can see the page that the browser instance is currently on (the LocationURL property), but what I really need is …
0
votes
2answers
235 views
SHDocVw.WebBrowserClass register to refresh event
is there a way to know when the user perform refresh to the page using the
SHDocVw.WebBrowserClass of ie using C#
0
votes
1answer
421 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 …
0
votes
3answers
838 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 …
0
votes
2answers
242 views
Using WatiN, how can I access the head part of the page, specifically the meta tags?
WatIn provides great functionality for programmatic access to the displayed parts of a Web page.
I want to access the head part of the page, spedifically the META tags. Watin allows me access to the …
