Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
1 answer
549 views

How to send GET request from internet explorer to Asp.Net Core API?

I am developing Asp.Net Core 3.1 API, Everything working as expected when I send a GET request from google chrome, Edge, Postman. But when I send GET request from internet explorer it starts to ...
Vivek Nuna's user avatar
  • 28.8k
0 votes
1 answer
470 views

IE opening new tab about:blank instead of Webpage

I am developing a BHO for IE in C# that controls the navigation flow of IE by checking the URL in onBeforeNavigateEvent. Everything works fine except that when a link is opened in a new tab then some ...
Usama Mohsin's user avatar
0 votes
0 answers
62 views

C# BHO: Cause internet explorer to close and reopen tab

I am developing a BHO in C# to respond to the click event of a custom button added to the IE's toolbar and also catching the OnBeforeNavigate2 event. Interfaces used are IOleCommandTarget::...
Usama Mohsin's user avatar
1 vote
1 answer
2k views

Disable Internet Explorer prompt 'the program will open outside of protected mode' when running application through BHO

I have written a BHO that will start a console application as soon as the BHO got instantiated. The console application is a simple helper application developed in C# and is placed in local disk C. ...
Usama Mohsin's user avatar
0 votes
1 answer
2k views

Open Internet Explorer in Private Mode with Selenium

So I've been trying to open IE in Private using selenium (C#), this is the closest i've come so far: InternetExplorerOptions op = new InternetExplorerOptions(); op.PageLoadStrategy = ...
Basil Fuchs's user avatar
1 vote
1 answer
429 views

64-bit enum flag in Internet Explorer 11

We are sending a 64-bit enum from our C# back-end to our clients browsers via Web API 2. One of the requirements for the application is that it should run on Windows 10 x64 with ie11. However when I ...
Ogglas's user avatar
  • 68k
21 votes
2 answers
2k views

Cannot get BHO working in 64 bit

I'm working on IE11 Browser Helper Object. I got it working when I build it in x86. The problem is, I want to use the project on x64 the BHO extension isn't working when it's built on x64. The ...
Dennis van Dalen's user avatar
-3 votes
1 answer
505 views

asp.net not showing gridview in IE

Works fine in google chrome and firefox but GRIDVIEW is not appearing in IE11. No errors in console, viewed source and it just isnt there?? Had a look online and couldnt find much someone suggested ...
John's user avatar
  • 3,877
1 vote
0 answers
73 views

Browser helper object: Navigate method

I am developing a browser helper object for internet explorer 11. I want to compare the URL with a string and then navigate to a site. For example, if the URL is "about:blank" the browser should ...
Ronquam's user avatar
  • 145
-1 votes
1 answer
2k views

IE 11 Warning after changing Home Page in the registry

In my C# application I need to set the Home Page for the users of a PC. I know that you need to change this registry key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main and set Start ...
Federico Barbero's user avatar
0 votes
1 answer
2k views

Unable to refresh the parent page after closing the popup in javascript in IE 11

On an aspx page, there is a link that opens as a popup to authorize users to login to twitter or facebook. I am doing this using tweetsharp and facebook sdk api. After authorizing the user, I am ...
lambda8's user avatar
  • 317
2 votes
1 answer
568 views

In IE, weird issue with QueryString having "copy" as a parameter

I am facing a weird issue related to querystring in IE11. I have an anchor tag which has href. One of the parameters passed in the querystring is the word "copy" as shown in the screenshot below. In ...
RKS's user avatar
  • 1,390
4 votes
1 answer
2k views

JavaScript Error in Internet Explorer 11

I have one form page that submits data to the database from a popup window.I added one disabled button js for the submitting data once.It does not work on ie11 but works for other browsers perfectly. ...
Avy Fatima's user avatar
0 votes
1 answer
499 views

Run IE11 in Hidden Mode

I have a requirement to run IE11 in hidden mode (Without showing the browser) so I can descretely set a cookie. This is the code I previously used which worked in IE9 cmd = (String)...
heymega's user avatar
  • 9,313
0 votes
3 answers
4k views

Set (default) zoom level of IE11 programatically (i.e. via regedit)

Before running any web tests I want to ensure that the IE11 is on zoom level 100%. Is there any way to programmatically reset the zoom level to 100%? I'm using C# and would prefer an official ...
D.R.'s user avatar
  • 20.9k

15 30 50 per page