
Testing a WCF service from Internet Explorer
May 4, 2010 · I have created my first WCF service and set its binding to basicHttpBinding. I then navigated to the service in IE8 and got the following message: "To test this service, you will need to create a client and use it to call the service"
Internet Explorer Script error with webBrowser
May 24, 2011 · I'm using several webBrowser controls in an application. Occasionally a web page will generate an 'Internet Explorer Script Error" which causes a dialog to pop up with some info about the error and asks the user if he wants to continue running scripts on the page.
IHTMLDomNode back to its IHTMLElement in MSHTML
Aug 9, 2008 · An attempt to do a QueryInterface from my text node to an IHTMLTextElement fails. i want to change the background color of some text elements, from a node interface where the node type is a text node. Does anybody know how to do that ?
[Help]Hosts changing to take effect without restarting IE??
Jul 23, 2008 · 1. Is there an option in IE that can disable its internal hosts file cache, so that every time it open a new url, it reload the host configuraion from local hosts file? 2. Or is there an API interface which I can use to refresh the cache? I'm not a native English speaker so I don't know if I have clearly stated my problem.
BHO, IOleCommandTarget and Exec function
Jun 2, 2012 · I've created a simple BHO (using C#) and I'd like to execute some code in IOleCommandTarget's Exec function after IE toolbar button is clicked. Unfortunately, I can't access current webpage content (document variable) in Exec function. I use following code: BHO class: [ ComVisible (true), Guid ("8a194578-81ea-4850-9911-13ba2d71efbd"), ClassInterface (ClassInterfaceType.None) ] public class BHO ...
Internet Explorer 9 on Mango Emulator - social.msdn.microsoft.com
Oct 9, 2011 · Does your graphics card support at least DirectX 10 and WDDM 1.1 device drivers?
Opening Internet Explorer with SQL CODE
Jun 7, 2010 · we have to open internet explorer using sql server code in the server. and it will open for every one minute automatically.
Changing DefaultLocation in Windows Installer dynamically
Sep 19, 2008 · In previous non-Windows Installer installs which I have authored, a common task was to write the location of the folder where the end-user installed the application into a registry entry so that the next time the end-user updates the application, the location for an Installation Folder dialog is set to that previous location.
IE 10: Window.open () Javascript method behaves differently in IE …
Jul 12, 2013 · Hi, this occurs due to IE10 setting about pop-up, the default setting is “Let Internet Explorer decide how pop-ups should open”, if you want to open the page in a new window, you can open IE10 option, under “General”, “Tabs”, “When a pop-up is encountered”, please select “Always open pop-ups in new window”.
Edge Developer Tools - Find Element with Xpath
Sep 16, 2017 · Do you uses the new XPathEvaluator () constructor? Which is supported in Firefox, Chrome, Opera and Safari, but not in Edge or Internet Explorer. Scripts in a Web document which might be accessed by Edge or Internet Explorer users should replace the call to new XPathEvaluator ().