Skip to content
조회 수 17777 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

autohotkey와 autohotkey_l 의 인터넷 창 띄우기 비교예제

pwb가 무엇입니까?
-  브라우저 개체 (인터넷 익스플로러) 대한 포인터 포함하는 변수. 

  여기에 하나 만들기위한 간단한 스크립트입니다

Code: 
; AutoHotkey_L:

pwb := ComObjCreate( "InternetExplorer.Application" ) ; IE 개체 만들기
pwb.Visible := True ; IE 개체가 정상적으로 보이는지 확인.
pwb.Navigate( "www.AutoHotkey.com" ) ; 웹페이지 탐색
Code:
; AHK Basic:

COM_Init() ; Initialize COM
pwb := COM_CreateObject( "InternetExplorer.Application" ) ; Create an IE object
COM_Invoke( pwb, "Visible", True ) ; Make the IE object visible
COM_Invoke( pwb, "Navigate""www.AutoHotkey.com" ) ; Navigate to a webpage

; when finished
COM_Release( pwb ) ; Always release COM objects
COM_Term() ; Always Uninitialize COM



www.AutoHotkey.com 창을 엽니다.




로그인 후 댓글쓰기가 가능합니다.

?

List of Articles
번호 분류 제목 날짜 조회 수
22 AutoHotKey autohotkey) 런처시스템 3 2012.05.30 14303
21 AutoHotKey [autohotkey] TCP/IP 메시지 전달방법 2011.02.05 13995
20 AutoHotKey 부팅완료 메시지 프로그램 file 2011.12.17 12734
19 AutoHotKey ahk) autohotkey controlgettext 이름을 마우스커서에 졸졸 따라다니게 하기 file 2014.04.01 12263
18 AutoHotKey Ahk) ip할당 진단프로그램 file 2011.12.26 12141
17 AutoHotKey autohotkey) WinSpector spy를 이용한 post,sendmessage Control ID 추출하기 3 file 2012.02.22 10913
16 AutoHotKey Autohotkey) EditPlus에 구문 색깔 입히기 3 file 2012.08.23 10827
15 AutoHotKey Com_invoke to login 2011.02.11 10713
14 AutoHotKey Autohotkey] 키보드 후킹 테스트 file 2018.07.07 9716
13 AutoHotKey ahk) Send an email 메일발송하기 2018.01.17 9476
12 AutoHotKey IPC 메커니즘에 사용되는 각종 Windows리소스를 이용하는 authotkey( WinExec, CreateProcess, ShellExcute, ShllExcuteEx ) 2011.02.14 8923
11 AutoHotKey autohotkey) 화면보호기 실행 전 클릭으로 화면보호 안걸리게 하기 2012.03.15 8884
10 AutoHotKey autohotkey) 화면보호기, 바탕화면 control 창 열기 3 2012.03.17 8368
9 AutoHotKey Autohotkey 브라우저 제어 테스트 file 2015.01.26 8232
8 AutoHotKey autohotkey) 스크린세이버 활성화 / 비활성화 시키기. 2012.03.17 8064
7 AutoHotKey 엑셀 셀 복사하기(복사제한된 엑셀등) 1 file 2014.04.01 7869
6 AutoHotKey Mysqld 프로세서 실시간 감시 2011.02.06 7612
5 AutoHotKey autohotkey command-line 실행시 파라미터 설정 2018.02.14 7274
4 AutoHotKey IF문에서 변수와 상수 또는 변수와 변수 비교하기시 주의사항 2012.01.23 6677
3 AutoHotKey ET프로젝트 2 file 2012.03.14 5945
Board Pagination Prev 1 2 3 4 5 Next
/ 5

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소