Controls an instance of Windows Internet Explorer through automation.
Members
The InternetExplorer object has these types of members:
Events
The InternetExplorer object has these events.
Event
Description
BeforeNavigate
Fires before navigation occurs in the given object (on either a window or frameset element).
Fires when the enabled state of a command changes.
Fires when a document is completely loaded and initialized.
Fires when a navigation operation begins.
Fires when a navigation operation finishes, is halted, or fails.
Fires after a navigation to a link is completed on either a window element or a frameSet element.
Fires after a navigation to a link is completed on a window element or a frameSet element.
Creates a new process to handle the navigation.
Fires when a new window is to be created.
Fires when a new window is to be created.
Raised when a new window is to be created. Extends NewWindow2 with additional information about the new window.
Fires when the FullScreen property is changed.
Fires when the MenuBar property is changed.
Fires before the Internet Explorer application quits.
Fires when the StatusBar property is changed.
Fires when the TheaterMode property is changed.
Fires when the ToolBar property is changed.
Fires when the Visible property of the object is changed.
Fires when a print template is instantiated.
Fires when a print template is destroyed.
Fires when the progress of a download operation is updated on the object.
Fires when the PutProperty method of the object changes the value of a property.
Fires when the status bar text of the object has changed.
Fires when the title of a document in the object becomes available or changes.
Fires when the visibility state of a content window, such as the browser window or a tab, changes.
Methods
The InternetExplorer object has these methods.
Method
Description
ExecWB
Executes a command and returns the status of the command execution using the IOleCommandTarget interface.
Gets the value associated with a user-defined property name.
Navigates backward one item in the history list.
Navigates forward one item in the history list.
Navigates to the current home or start page.
Navigates to the current search page.
Navigates to a resource identified by a URL or to a file identified by a full path.
Navigates the browser to a location that might not be expressed as a URL, such as a PIDL for an entity in the Windows Shell namespace.
Associates a user-defined name/value pair with the object.
Queries the object for the status of commands using the IOleCommandTarget interface.
Reloads the file that is currently displayed in the object.
Reloads the file that is currently displayed with the specified refresh level.
Cancels a pending navigation or download, and stops dynamic page elements, such as background sounds and animations.
Properties
The InternetExplorer object has these properties.
Property
Description
Sets or gets a value indicating whether the address bar of the object is visible or hidden.
Gets the automation object for the application that is hosting the WebBrowser Control.
Gets a value that indicates whether the object is engaged in a navigation or downloading operation.
Gets an object reference to a container.
Gets the automation object of the active document, if any.
Retrieves the fully qualified path of the Internet Explorer executable.
Sets or gets a value that indicates whether Internet Explorer is in full-screen mode or normal window mode.
Sets or gets the height of the object.
Sets or gets the coordinate of the left edge of the object.
Retrieves the path or title of the resource that is currently displayed.
Gets the URL of the resource that is currently displayed.
Sets or gets a value that indicates whether the Internet Explorer menu bar is visible.
Sets or gets a value that indicates whether the object is operating in offline mode.
Gets the parent of the object.
Retrieves the system folder of the Internet Explorer executable.
Gets the ready state of the object.
Sets or gets a value that indicates whether the object is registered as a top-level browser window.
Sets or gets a value that indicates whether the object is registered as a drop target for navigation.
Sets or gets a value that indicates whether the object can be resized.
Sets or gets a value that indicates whether the object can display dialog boxes.
Sets or gets a value that indicates whether the status bar for the object is visible.
Sets or gets whether the object is in theater mode.
Sets or gets whether toolbars for the object are visible.
Sets or gets the coordinate of the top edge of the object.
Gets a value that indicates whether the object is a top-level container.
Gets the user type name of the contained document object.
Sets or gets a value that indicates whether the object is visible or hidden.
Sets or gets the width of the object.
Remarks
Windows Internet ExplorerВ 8. On WindowsВ Vista, to create an instance of Internet Explorer running at a medium integrity level, pass CLSID_InternetExplorerMedium (defined in exdisp.idl) to CoCreateInstance. The resulting InternetExplorerMedium object supports the same events, methods, and properties as the InternetExplorer object.
Examples
The following example uses CreateObject in Visual Basic to launch an instance of Internet Explorer.
The following C# example launches an instance of Internet Explorer and navigates to a Web page. The code also demonstrates how to create an event handler to listen for the BeforeNavigate2 event. The project requires a reference to the Microsoft Internet Controls (SHDocVw) type library.
Отключение Internet Explorer в Windows
В этой статье описывается, как отключить любую поддерживаемую версию Internet Explorer в Windows.
Применимо к: Windows Исходный номер КБ: 4013567
Дополнительные сведения
Чтобы отключить Internet Explorer, используйте один из следующих методов.
Если вы хотите восстановить программу на том же компьютере, рекомендуется использовать тот же метод, который использовался в первый раз (панель управления или DISM). Так как Internet Explorer остается установленным на компьютере после его отключения, следует продолжить установку обновлений для системы безопасности, которые применяются к Internet Explorer.
Метод 1. Использование панели управления (только клиентских систем)
В клиентских системах для отключения Internet Explorer можно использовать элемент программы и компонентов на панели управления. Для этого выполните следующие действия:
Нажмите клавиши с логотипом Windows+R, чтобы открыть окно «Выполнить».
Введите appwiz.cpl и выберите «ОК».
В элементе «Программы и функции» выберите «Включить или отключить функции окна».
В диалоговом окне компонентов Windows найдите запись для установленной версии Internet Explorer. Например, найдите запись Internet Explorer 11. Затем сойми из этого окна.
Выберите «ОК», чтобы зафиксировать изменение.
Перезагрузите компьютер.
Метод 2. Использование DISM (клиентских и серверных систем)
В клиентских и серверных системах для отключения Internet Explorer можно использовать средство командной строки DISM. Например, чтобы отключить Internet Explorer 11, выполните следующие действия.
Чтобы отключить Internet Explorer 11, в командной области с повышенными уровнями запустите следующую dism /online /Disable-Feature /FeatureName:Internet-Explorer-Optional-amd64 команду:
Возвращается следующее сообщение:
Средство обслуживания образа развертывания и управления ими Версия: 6.1.7600.16385 Версия изображения: 6.1.7600.16385 Отключение функций [=======100.0%=== Операция успешно завершена. Перезапустите Windows, чтобы завершить эту операцию. Вы хотите перезагрузить компьютер сейчас (Y/N)?
Для реализации изменения необходимо перезагрузить компьютер.
Если вы хотите повторно включить Internet Explorer 11, в командной области с повышенными повышенными уровнями запустите следующую команду: dism /online /Enable-Feature /FeatureName:Internet-Explorer-Optional-amd64 .
Возвращается следующее сообщение:
Средство обслуживания образа развертывания и управления ими Версия: 6.1.7600.16385 Версия изображения: 6.1.7600.16385 Включение функций [=======100.0%=== Операция успешно завершена. Перезапустите Windows, чтобы завершить эту операцию. Вы хотите перезагрузить компьютер сейчас (Y/N)?
Для реализации изменения необходимо перезагрузить компьютер.
6 способов открыть Internet Explorer в Windows 10
Если вы любите Windows 10, но вам нужен кусочек старого, Internet Explorer (IE), то он все ещё доступен.
Хотя Windows 10 поставляется с новым браузером, классический Internet Explorer не был удален из Windows 10, а последняя версия Internet Explorer, которая является Internet Explorer 11, является частью Windows 10.
Возможно, вы не знали, что IE все еще может использоваться в Windows 10 . В этом руководстве для начинающих мы покажем вам, как легко запустить его в любое время.
Способ1: откройте Internet Explorer с помощью команды Выполнить
Удерживая клавишу «Windows» нажмите клавишу R, чтобы запустить диалоговое окно «Выполнить», введите iexplore и нажмите OK.
Способ 2: Включите его с помощью значка на панели задач.
Нажмите значок Internet Explorer (см. Следующий рисунок) на панели задач.
Способ3: Открыть через проводник
Откройте проводник, перейдите в папку C:\Program Files\Internet Explorer
Введите internet в поле поиска (Windows+S) на панели задач и выберите Internet Explorer из результата.
Internet Explorer won’t launch in Windows 10
Replies (15)
* Please try a lower page number.
* Please enter only numbers.
* Please try a lower page number.
* Please enter only numbers.
As per the description, I understand that after upgrading to Windows 10 you are not able run Internet Explorer in your computer because it open and closes immediately without giving any error.
This issue might have occurred due to Internet Explorer settings that have gone bad in the system.
I would suggest you to try the following methods and check if that helps.
Method 1:
Try to Run Fix IT for » Find and fix problems with Internet Explorer performance » to check if its helps.
Please refer to the link mentioned below to run the FIX IT .
Note : Please Run the Troubleshooter for “ Find and fix problems with Internet Explorer performance» which is mentioned on the above link.
If the issue persist please follow Method 2.
Method 2:
How to reset Internet Explorer settings, please follow the steps given below.
Press Windows key + R.
Type Inetcpl.cpl ( to open Internet properties)
Go to Advance tab in Internet Properties.
Click Ok and Apply.
Restart the computer.
Note: The Reset Internet Explorer Settings feature might reset security settings or privacy settings that you added to the list of Trusted Sites. The Reset Internet Explorer Settings feature might also reset parental control settings. We recommend that you note these sites before you use the Reset Internet Explorer Settings feature. Resetting Internet Explorer isn’t reversible, and all previous settings are lost after reset.
Hope this information is helpful, if the issue persist please write us back with the information brief so that we can assist you further.
12 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
I couldn’t try Method 1 because when I clicked on “ Find and fix problems with Internet Explorer performance» I got an error message: «An error occurred while loading the troubleshooter. An unexpected error has occurred. The troubleshooting wizard can’t continue.» This was on our second computer, still on Windows 7. I also failed with this on my iPhone. As for Method 2 — I reset Internet Explorer settings as instructed and rebooted the computer. Still have the same problem — IE will not launch. I tried using the icon on the desktop, as well as the iexplore.exe file in the Program Files folder and the Program Files (x86) folder.
2 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
Thank you for the update.
I would suggest you to turn off and on Internet Explorer from Window Feature to check if its helps.
Please follow the steps to turn off Internet Explorer in Windows 10
Click the Start button Start button, click Control Panel, click Programs, and then click Turn Windows features on or off. Administrator permission required if you’re prompted for an administrator password or confirmation, type the password or provide confirmation.
Clear the check box for Internet Explorer to turn it off, and then click yes.
Click OK and, when prompted, restart your PC.
After a restart please follow the same step given above to ON Internet Explorer from Windows Feature.
If the issue persist then I would recommend you to create New Local Administrator Account to check if Internet explorer is working on New Account.
Please refer to article mentioned below to create new Local User Account.
Hope this information is helpful, if the issue persist please write us back with the information in brief so that we can assist you further.
6 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
You posted your message on the day we left for a 2 week trip so I didn’t get to try your ideas until today.
Bad news, followed by worse news! The suggestions didn’t work and made things worse!
First, I turned Internet Explorer off, restarted PC, turned Internet Explorer on, restarted PC. No help. When the Internet Explorer icon is clicked, the spinning circle appears for a moment, then disappears, and that’s it.
I created a new administrator account. I signed in as the new account. No change — Internet Explorer still does not work.
Now the WORST news: When I signed out of the new account and signed back into the original account, AT LEAST 6 DESKTOP PROGRAM ICONS HAD DISAPPEARED! This problem remained even after I rebooted the PC.
So now I have 2 problems:
1) How do I get back the desktop program icons, and
2) Internet Explorer still will not work.
2 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
We still have the same problems: IE will not work and 8 application icons are missing from the Desktop.
Would appreciate a suggestion to resolve these issues.
1 person found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
I had the same issue and none of the above methods worked. It was affecting all user profiles. This is what I did to fix it:
I renamed the C:\Program Files\internet explorer folder to internet explorer OLD
I copied the C:\Program Files\internet explorer folder from another computer that was working properly to the affected computer
I verified that iexplore.exe inside the newly copied folder opened Internet Explorer properly
I deleted the old desktop shortcut
I right clicked iexplore.exe in the new folder and chose Send to > Desktop to create a new shortcut
I renamed the new shortcut to Internet Explorer
I moved the new shortcut to the public desktop at C:\Users\Public\desktop
3 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.