Internet Explorer Extension Development announcement
-
Link
Please be aware that Microsoft Internet Explorer 11 Preview is now available. Please feel free to post questions or discussions related to IE 11 Preview in this forum.
Thanks,
Microsoft Community team
-
0 Votes
Support for MS Edge Extension Development
Welcome to the MSDN forum for IE & Edge extension Development. If you have questions around development of extensions for Edge then you can ask it ...Sticky | 0 Replies | 909 Views | Created by Deepak Saradkumar Panchal - Monday, November 26, 2018 7:10 AM
-
0 Votes
Where does the IE11 download history in Windows 10 stored?
I want to remove all the IE11 download history manually, but i do not know where the history stored? can anyone tell me? thank you.Unanswered | 5 Replies | 362 Views | Created by gaxjyxq - Tuesday, December 3, 2019 9:56 PM | Last reply by gaxjyxq - 19 hours 50 minutes ago -
0 Votes
How to handle compatibility view websites in custom browsers
Hello everyone, I am developing an IE browser, and the control used is IWebBrowser2. When processing a site that has been added to the compatibility view, I set the document mode to IE5, but the ...Unanswered | 1 Replies | 309 Views | Created by Rafael_c - Monday, December 2, 2019 2:32 AM | Last reply by Zhi Lv - Monday, December 2, 2019 9:11 AM -
0 Votes
How to get request data from IDownLoadManager::Download
GetDisplayName(pbc, NULL, &name); download_url = name; CoTaskMemFree(name); variant_t ...Unanswered | 3 Replies | 2556 Views | Created by Rafael_c - Thursday, November 7, 2019 7:22 AM | Last reply by Rafael_c - Friday, November 29, 2019 3:47 AM -
0 Votes
How to get newly created child window object in IE C# ShdocVW
Hi, I tried using the ShellWindow class to get the list of IE window opened. But it is giving only one window(Parent) not giving the ...Unanswered | 4 Replies | 1819 Views | Created by RajaPazhanivel - Monday, November 25, 2019 9:35 AM | Last reply by Simple Samples - Tuesday, November 26, 2019 4:15 PM -
0 Votes
non-admin user can't find BHO
Windows 10, IE 11 in a corporate environment. We have a BHO that is installed by an admin user. When a user browses to the web site it checks if the BHO is installed. If the BHO is ...Unanswered | 4 Replies | 490 Views | Created by Darrell Schroeder - Wednesday, October 30, 2019 5:43 PM | Last reply by Darrell Schroeder - Friday, November 1, 2019 2:21 PM -
0 Votes
OnBeforeNavigate2 not getting triggered in case of redirect for IE11
I have written BHO using C++ which uses SINK to capture events like OnBeforeNavigate2. In case of a redirect involved, onBeforeNavigate2 event is getting triggered for IE10 but not for ...Unanswered | 4 Replies | 449 Views | Created by Bhavya Sharma - Wednesday, September 25, 2019 7:09 AM | Last reply by Deepak Saradkumar Panchal - Monday, September 30, 2019 3:11 PM -
0 Votes
When using IHttpNegotiate and the server returns HTTP response 204 OnResponse is not called
Hi all, As the title says when i am using IHttpNegotiate and the server returns HTTP response 204 OnResponse is not called. instead OnStopBinding is called with a generic ...Unanswered | 3 Replies | 450 Views | Created by Omer Balash - Sunday, September 15, 2019 4:19 PM | Last reply by Deepak Saradkumar Panchal - Wednesday, September 25, 2019 10:36 AM -
0 Votes
Missing Microsoft.ShDocVw in C# coded UI test
Hello, During running C# coded UI test when trying to access some controls an exception is thrown with the following message: Could not load file or assembly ...Unanswered | 2 Replies | 360 Views | Created by michasanyi - Tuesday, September 24, 2019 9:26 AM | Last reply by Simple Samples - Tuesday, September 24, 2019 4:12 PM -
2 Votes
Simple addon to download pdfs automatically
I am looking to have PDF files download automatically in IE, at least from a specific site. I am looking for any solutions to do this, and perhaps a plugin would work. That is, ...Unanswered | 3 Replies | 1190 Views | Created by Brian Tkatch - Friday, August 23, 2019 12:14 AM | Last reply by Deepak Saradkumar Panchal - Friday, August 23, 2019 6:19 AM -
1 Votes
Not getting WM_ACTIVATE message for IME(Input Method Editor) window
Hi, I need help for Input Method Editor (IME) windows....... I am developing an application to subclass an container window of Internet explorer ...Answered | 3 Replies | 4362 Views | Created by Ramanujam Win32 developer - Friday, November 4, 2011 4:14 PM | Last reply by Gumber - Tuesday, August 13, 2019 3:58 PM -
0 Votes
EPM + ActiveX (IE create new process for plugin object and destroy it immediately)
on Windows 10 x64, with Enhanced Protected Mode (EPM) - on, and EPM-compatible flag available in registry (plus all needed options to run ie in x64 mode - on), IE 11 create new process (for plugin ...Unanswered | 3 Replies | 984 Views | Created by PFFyodor - Friday, July 5, 2019 11:26 PM | Last reply by PFFyodor - Wednesday, July 10, 2019 11:14 AM -
0 Votes
I love Internet Browsing
Internet is very helpful for us now a days -
0 Votes
what is web designing ?
what is web designing ? i want to talk about the fastest and easiest way of introducing job and earning money , web site designing is so common these days and there are many people ... -
0 Votes
How to publish the IE extension on IE add on gallary?
Hi All, I have developed a IE extension and want to publish it on IE Gallary. Can anyone please help me with the steps or ...Unanswered | 1 Replies | 1239 Views | Created by DT_2 - Wednesday, April 10, 2019 12:30 PM | Last reply by Deepak Saradkumar Panchal - Thursday, April 11, 2019 7:57 AM -
0 Votes
ping
In Linux, it is possible to ping in less than 1 second intervals by adding -i 0.2 What is the equivalent of the -i token in Windows? For example, in Linux ping ...Proposed | 1 Replies | 1262 Views | Created by BehrozDodangeh - Thursday, April 4, 2019 10:09 AM | Last reply by Sheng Jiang 蒋晟 - Thursday, April 4, 2019 5:44 PM -
0 Votes
silverlight
which oerating systems for tablets support silverlight? it is extremely bad program even on PC almost all brousers are not supportedUnanswered | 1 Replies | 749 Views | Created by Alexey_Kh - Monday, March 25, 2019 10:09 AM | Last reply by Deepak Saradkumar Panchal - Tuesday, March 26, 2019 2:01 AM -
2 Votes
How to validate server's certificate during HTTPS negotiation
I understood HTTPS is like HTTP, a built-in APP(protocol handler) supported in IE web browser control. When creating a HTML application using web browser control for ...Answered | 8 Replies | 4823 Views | Created by Mr_Jones_ - Monday, November 5, 2012 11:44 PM | Last reply by KatTer - Monday, March 18, 2019 7:51 AM -
0 Votes
BHO Cross Domain Cookie Handle C#
Hi, We are developing BHO IE extension. Functionality need to be implemented : BHO will show div/box contain "Login" Button on any ...Proposed | 3 Replies | 847 Views | Created by Shreya Agrawal - Tuesday, March 12, 2019 7:02 AM | Last reply by Sheng Jiang 蒋晟 - Thursday, March 14, 2019 10:05 PM -
2 Votes
Deleted
DeletedUnanswered | 3 Replies | 877 Views | Created by MigrationUser 1 - Tuesday, February 5, 2019 5:36 AM | Last reply by Deepak Saradkumar Panchal - Monday, February 11, 2019 8:30 AM -
0 Votes
speechsythesis does not work when connected to docking station
I tried speechsythesis (https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/speechsynthesis/), On both Chrome and Firefox, does not work when connected via ...Unanswered | 1 Replies | 755 Views | Created by Daniel Zamir - Monday, January 14, 2019 8:08 PM | Last reply by Deepak Saradkumar Panchal - Tuesday, January 15, 2019 1:22 AM - Items 1 to 20 of 5761 Next ›
Internet Explorer Extension Development announcement
-
Link
Please be aware that Microsoft Internet Explorer 11 Preview is now available. Please feel free to post questions or discussions related to IE 11 Preview in this forum.
Thanks,
Microsoft Community team