Skip to content
조회 수 17772 추천 수 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 창을 엽니다.




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

?

  1. 09
    Feb 2011
    19:14

    부팅 완료 체크

    CategoryAutoHotKey Views17864
    Read More
  2. 09
    Feb 2011
    19:19

    UrlDownloadToVar()

    CategoryAutoHotKey Views15464
    Read More
  3. 09
    Feb 2011
    19:27

    com.ahk

    CategoryAutoHotKey Views18260
    Read More
  4. 09
    Feb 2011
    19:28

    PostMessage로 한글 사용하기

    CategoryAutoHotKey Views16810
    Read More
  5. 10
    Feb 2011
    08:21

    AHK_L 예제소스

    CategoryAutoHotKey Views17015
    Read More
  6. 10
    Feb 2011
    22:57

    AutoHotkey COM Standard Library

    CategoryAutoHotKey Views18046
    Read More
  7. 10
    Feb 2011
    23:52

    IE.ahk COM 환상강의

    CategoryAutoHotKey Views21252
    Read More
  8. 11
    Feb 2011
    15:33

    Internet Explorer Control

    CategoryAutoHotKey Views19663
    Read More
  9. 11
    Feb 2011
    15:38

    [COM제어] 바탕화면 바로가기

    CategoryAutoHotKey Views5805
    Read More
  10. 11
    Feb 2011
    15:50

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

    CategoryAutoHotKey Views17772
    Read More
Board Pagination Prev 1 ... 45 46 47 48 49 ... 235 Next
/ 235

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소