The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
183 views

New SHDocVw.InternetExplorer Gives Error in IE 10

Just got the update for IE 10 from IE 9, and I use SHDocVw.InsernetExplorer in VB.Net to go to a website and gather information. Worked just fine in IE 9, but in IE 10 I run into some problems with ...
0
votes
0answers
131 views

Unable to click on <a /> element using vba excel

I am trying to click on a table cell where a number appear and its a link, as follows, <A onclick="Ext.oms.grid.Render.indirectJump ('QueuePanel.formpanel.1364400855409',true,'B',15,2); return ...
0
votes
0answers
205 views

Opening a dynamic url in new tab/window of internet explorer in asp.net

In ASP.Net on a button click event i am calling a web service which returns me a URL. I have to redirect client browser on this URL with keeping my current web page. The problem is that when i using ...
0
votes
0answers
100 views

Shdocvw component generate runtime error

I have an application with a parent MDI an several child forms. Now, I have decided to use axwebbrowser to show some content in the main parent form. The axwebbrowser is loaded when the application as ...
0
votes
1answer
343 views

Force SHDocVw.InternetExplorer 32bit instead of 64bit in Windows 7-64

I'm using SHDocVw.InternetExplorer to open an IE window and control the session. Mostly to automate going to a certain page, logging in, checking for certain data, etc. It works great, except that ...
0
votes
1answer
124 views

Bulk Print HTML Issues Spooling Files

I'm trying to bulk print HTML reports to my default printer which is PDF Creator setup for auto saving. I have the HTML files loading up through Internet Explorer and from there I shall print without ...
0
votes
0answers
97 views

Is it Possible to print backgrounds using .NET WebBrowser control?

I'm trying to print (hard copy) tables from a WebBrower control in VB.NET. However, the default behavior is to not include any background colors. By accessing the underlying activeX object I had hoped ...
0
votes
1answer
268 views

How to get the iframe element in the parent document from the child document in a cross domain iframe?

I have this code that will do the opposite: gets the child document given an iframe element: var htmlWindow = (element as IHTMLFrameBase2).contentWindow; if (htmlWindow == null) return null; // ...
2
votes
1answer
581 views

Opening an Internet Explorer Windows with Exactly 3 Tabs in it

I'm working on a project with a coworker and we have been beating our heads over our desks trying to figure this one out. Our requirements are to have a new Internet Explorer browser pop up with one ...
0
votes
1answer
405 views

Which of ieframe.dll or shdocvw.dll should be used as dependency?

If I am using a WebBrowser component I find that sometimes the compiler will create a dependency for ieframe.dll and other times for shdocvw.dll. Which should be used if targetting XP and Win 7?
0
votes
1answer
327 views

Get Internet Explorer stream with SHDocVw DLL

I use this code to open a web site: private void OpenBrowser(string url) { object sender; WebBrowserDocumentCompletedEventArgs e; ie.DocumentComplete += ...
0
votes
2answers
581 views

SHDocVw InternetExplorer printing Serverside failing — COM exception

Am trying to print a file from server side via a WCF service deployed on IIS machine. The following code gets worked on Win 2oo3 machine perfectly. But the same code is throwing a COM exception. Any ...
1
vote
0answers
308 views

Handling the SHDocVw Window.closing event to close a form in C#

With a lot of digging I have managed to share session between my 2 forms with the SHDocVw.dll. I have a Main form and a Popup form, each contain a WebBrowser control. My question is : how can I ...
0
votes
1answer
921 views

MSXML2.XMLHTTP not working

I don't know what's going on behind the scenes with these objects, but I use them all the time with great success. dim ie As New SHDocVw.InternetExplorer ie.navigate url Set oDoc = ie.Document iT = ...
3
votes
1answer
712 views

Need a way to distinguish between ShDocVw.InternetExplorer tab objects

I'm using ShDocVw interop assembly to get to InternetExplorer objects. foreach(InternetExplorer IE in new ShellWindowsClass()) { Console.Log(IE.HWND.ToString() + Environment.NewLine); } The ...
0
votes
0answers
96 views

How to determine special/virtual folder from IWebBrowser2/IShellFolderViewDual object

I am trying to enumerate all the open Windows/Internet Explorer windows so that I can later "recreate" the user's desktop. I do this through SHDocVw and Shell32 by instantiating Shell.Application ...
1
vote
1answer
254 views

Error looping over ShellWindows

I occasionally get the "Error HRESULT E_FAIL has been returned from a call to a COM component." error when looping over the ShellWindows class. Seems to happen mostly after the computer wakes from ...
0
votes
1answer
177 views

How do I take a depency on a COM object without an interop assembly?

When I add a reference (Common properties, framework and references, add new reference) to Microsoft internet controls/SHDocVw.dll and compile the project, a new file is created in the release folder ...
0
votes
0answers
159 views

How to get the IE window contents which is open with javascript?

I can use this code to get and set the contents in normal IE window: SHDocVw.ShellWindowsClass shellWindows = new SHDocVw.ShellWindowsClass(); foreach (SHDocVw.InternetExplorer MyIE in ...
0
votes
0answers
118 views

GetHtmlFromHwnd doest not work from inside Internet Explorer

I'm trying to use the well known "GetHtmlFromHwnd" function from inside Internet Explorer, in a hook dll for a password spy application. The function works well if I use it from an application outside ...
1
vote
0answers
1k views

SHDocVw.Internetexplorer behaves differently on navigation with ip-address or dns name

I'm currently writing a c# window forms application, that starts an instance of the internet explorer, navigates to a certain intranet page, fills out a form and submits that form. Here is some of ...
0
votes
0answers
192 views

Problems with IWebBrowser2::ShowBrowserBar in IE9

Why does the next code for '1' shows Developer ToolBar right (and any other custom toolbar too), for '2' — nothing happens, even if it is pointed here that {EFA24E61-B078-11d0-89E4-00C04FC9E26E} — is ...
1
vote
3answers
2k views

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 IE.document.getElementsByTagName("Input")(3).Value = "Search Term" ...
0
votes
1answer
252 views

How to publish MSHTHML.dll and SHDOCVW.dll to Azure

I have a 3rd party web page screen capture DLL from http://websitesscreenshot.com/ that lets me target a URL and save the page to a image file. I've moved this code into my Azure-based project and ...
2
votes
2answers
7k views

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 an Internet Explorer window by title using AppActivate ("My Page Title - Windows ...
0
votes
1answer
82 views

Test using the CssSelector

There is a button and in the html file it describes as following. <input class="add-to-basket" type="submit" value="Add to basket"/> I have created the following cording for the above html ...
0
votes
2answers
1k views

ShDocVw.dll InternetExplorer Object - “Access is Denied” when manipulating local .html file

Dim IE As New ShDocVW.InternetExplorer IE.Visible = True IE.Navigate("C:\Users\m0180kb\desktop\test.html") Do Until IE.Busy = False Loop IE.Document.All("testField").Value = "Testing" 'This line ...
3
votes
4answers
452 views

Identify all open System/Special Folders

I am currently using the following to Get Path of all Open Explorer Windows: foreach (SHDocVw.InternetExplorer j in new SHDocVw.ShellWindows()) { if (j.Name == "Windows Explorer") { ...
2
votes
1answer
778 views

close pop-up window using shdocvw?

I used to close pop-up windows in VBA using the following code: Dim k As New shdocvw.ShellWindows ' close menu window Dim c As WebBrowser For Each c In k If c.LocationURL = ...
5
votes
2answers
809 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 ...
0
votes
0answers
478 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 ...
1
vote
0answers
149 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
1answer
1k views

ShowWindow won't set focus or maximize

The following code will not set focus to the ie window that I need nor will it maximize it kike its supposed to Option Explicit On Public Class Form1 Public Declare Auto Function ShowWindow Lib ...
1
vote
1answer
918 views

SHDocVw.InternetExplorer In shellWindows returning too many objects

The following line of code return several InternetExplorer objects even though I have only one browser window open (no tabs) and only one iexplore.exe process running. How do I only get the open ...
1
vote
2answers
1k views

Control/Access an already open browser with vb form

Is there a way to have a desktop vb application take control of an already open browser window? For example, have it mouse click certain coordinates in the window or check if the window contains ...
1
vote
2answers
807 views

Active tab ignored by InternetExplorer COM object for IE 8

This is web single sign on code that runs on a .net 3.5 winform. The code runs fine for ie6 or ie8 as long as ie8 only has one tab open. The problem is that if the user opens a new tab (tab 2,3,etc.) ...
0
votes
2answers
555 views

how to click this javascript button?

In the middle of a webpage I am trying to log into I have the following code <tr> <td colspan="2" align="center"><!--mstheme--><font face="Trebuchet MS, Arial, ...
0
votes
1answer
114 views

Can't use “apply” or “call” functions more than once

I'm using the SHDocVw DLL to open and manipulate an Internet Explorer instance from C#. I need to activate the onkeyup event of several textboxes. This is the code I use: dynamic ...
0
votes
1answer
781 views

How to send a cookie in a POST using SHDocVw.InternetExplorer.Navigate?

Problem: In our organization we have a home grown single-sign-on app written in c#/.Net2 that has been working for years. We recently found that the app doesn’t work with Outlook Web Access 2010. A ...
2
votes
1answer
414 views

Interop.SHDocVw Navigate2() method displays unwanted download box

I am writing some regression tests in WatiN and needed to make a couple POST web requests. The requests are working fine but I get an annoying dialog box asking me if I want to save the file or find a ...
2
votes
1answer
549 views

Get around running visual studio as administrator in Windows 7 to interact with Internet Explorer

I'm using SHDocVw.InternetExplorerClass to scrape a webpage. It works fine in XP, but when I try to run it in windows 7 I get an error: The interface is unknown. (Exception from HRESULT: 0x800706B5) ...
0
votes
2answers
509 views

shdocvw in managed C++

I am trying to use shdocvw in a managed C++ program. I have read COM Interop using managed C++ - CodeProject. I used the instructions in How to add references to a managed Visual C++ project to create ...
0
votes
1answer
1k views

InternetExplorer being set up as __ComObject instead of SHDocVw.InternetExplorer

I'm having a problem with the InternetExplorer in SHDocVw.dll. I also have mshtml.tlb referenced (while googling, I did read 1 comment that said I should have mshtml.dll referenced, but that this ...
2
votes
2answers
972 views

System.InvalidCastException: Specified cast is not valid

Automation using WatiN is being carried out. Using couple of simultaneous threads to test the application. Few threads are failed and log report/stack trace says the following. ...
0
votes
1answer
180 views

Measuring Webpage Size

We have a WPF application created in .Net Framework 3.5 SP1, used for displaying various Web Application. The WPF application uses a Web Browser control to display the web pages of the various ...
2
votes
1answer
156 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 ...
0
votes
1answer
433 views

deploying a winform application using clickonce and iis fails

I'm trying to deploy a winform application with IIS and ClickOnce. I can access the publish.htm page and the install even starts when I click on the provided link. However I get this error during the ...
1
vote
2answers
608 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
1answer
885 views

clear browser session and cookies using c#

Hi I've created a new browser object by using InternetExplorer myie = new SHDocVw.InternetExplorer(); and I'm trying to navigate to one page some thing like ...
1
vote
1answer
731 views

Error using interop.Shdocvw

I was trying to connect to web browser control but it continuously threw exception that iwebbrowser2 should implement iwebbrowser2 something like this ,then i googled and found solution to this ...

1 2