INTERNETEXPLORER

포스트: 4|조회수: 0|ORGANIZATION
Items

Posts

4 posts

[Autohotkey Script]Open in IE

개인 공책|2019년 4월 20일

파이어폭스에서 인터넷 단축키를 누르면 인터넷익스플로러로 현재 URL을 열어주는 스크립트 #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #IfWinActive ahk_class

'Open In IE' autohotkey script

개인 공책|2019년 2월 13일

Open In IE, IETab 같은 브라우저 애드온을 대체하는 오토핫키스크립트. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #IfWinActive ahk_class M

C#에서 Internet Explorer 실행 및 Element에 Parameter 전달 코드

프로그래밍 일지|2018년 2월 5일

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using System.Threading;using System.Runtime.InteropServices;using SHDocVw; namespace SendParameterTest_01{ public partial class Form1 : Form { public Form1() { Ini

Windows 10 Internet Explorer 11 제거/재설치법

Windows 10 Internet Explorer 11 제거/재설치법

안녕하세요? Internet Explorer 11 제거/재설치 방법이에요.(원래 W.S.센세를 위해 작성한 포스팅이지만, 혹시 도움이 될까 싶어서 밸리에 올립니다.) Edge를 메인으로,ActiveX 호환성 때문에 어~쩔 수 없이 MSIE를 놔둔 Windows 10에만 해당되는 방법이에요. 1 톱니바퀴 그려진 아이콘을 선택해, Windows 설정 앱을 실행한다. 2 "앱" 을 선택한다. 3 "앱 및 기능"을 선택한 다음, "선택적 기능 관리"을 선택한다. 여기까지는, 첫 이미지의 "설정 찾기"에 "기능" 등 적당한 키워드를 넣고 바로 찾아올 수도 있어요. 4 "Internet Explorer 11"을 선택한 후 [제거]하고, [+] 기능 추가를 선택한다. 5