shdocvw
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[详细]
2023-04-07 09:00 分类:问答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.[详细]
2023-04-07 01:15 分类:问答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)[详细]
2023-04-05 23:40 分类:问答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 开发[详细]
2023-04-05 08:24 分类:问答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 like it\'s su开发者_Go百科pposed to.[详细]
2023-04-04 20:53 分类:问答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.) a[详细]
2023-04-03 01:48 分类:问答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, Helvetica\"&g[详细]
2023-03-29 16:25 分类:问答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:[详细]
2023-03-25 09:14 分类:问答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[详细]
2023-03-09 03:15 分类:问答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 cou[详细]
2023-03-06 01:19 分类:问答