Top "Shdocvw" questions

provides the navigation, local caching and history functionalities for the browser.

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 …

dll reference webbrowser-control namespaces shdocvw
Using an IE browser with Visual Basic

Struggling to find a solution to this one. From Visual Basic (VBA in Excel more specifically) I'm able to call …

internet-explorer vba excel shdocvw
How can I maximize an IE window created by VBA with SHDocVw.InternetExplorer command?

As the title says, I'm trying to maximize an internet explorer window that was created using the following command: Set …

vba excel shdocvw
VBA Internet Explorer Automation 'Permission Denied'

Dim IE as New InternetExplorer IE.Visible = True IE.Navigate("http://www.google.com") Do Until IE.Busy = False Loop …

vba internet-explorer-7 automation permission-denied shdocvw
IWebBrowserApp.Navigate() How to send Post Data

I would be very glad if someone could show me a good example of how to send POST data with …

c# shdocvw
IE.Visible = false; But it actually shows ? c#

I am trying to navigate ie invisibly, tried this SHDocVw.InternetExplorer IE = new SHDocVw.InternetExplorer(); IE.Visible = false; IE.Navigate("…

c# internet-explorer navigation shdocvw