Skip to content
조회 수 17775 추천 수 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. 22
    Feb 2011
    01:15

    ahk_l 과 com 의 이해

    CategoryAutoHotKey Views17494
    Read More
  2. 22
    Feb 2011
    01:22

    ahk_l 웹페이지 앞, 뒤페이지 제어 예제소스 및 설명첨부

    CategoryAutoHotKey Views17544
    Read More
  3. 11
    Feb 2011
    15:50

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

    CategoryAutoHotKey Views17775
    Read More
  4. 09
    Feb 2011
    19:14

    부팅 완료 체크

    CategoryAutoHotKey Views17864
    Read More
  5. 10
    Feb 2011
    22:57

    AutoHotkey COM Standard Library

    CategoryAutoHotKey Views18050
    Read More
  6. 16
    Feb 2011
    07:05

    [ahk_l] 섬세한 인터넷 자동검색

    CategoryAutoHotKey Views18187
    Read More
  7. 09
    Feb 2011
    19:27

    com.ahk

    CategoryAutoHotKey Views18261
    Read More
  8. 05
    Feb 2011
    08:19

    [autohotkey] FTP-업로드 예제분석

    CategoryAutoHotKey Views18648
    Read More
  9. 31
    Dec 2011
    08:32

    autohotkey) 핑테스트 프로그램

    CategoryAutoHotKey Views18955
    Read More
  10. 16
    Feb 2011
    06:30

    [ahk] 다른 프로그램의 트레이 아이콘을 숨기기

    CategoryAutoHotKey Views19032
    Read More
  11. 21
    Feb 2011
    23:55

    COM 사용

    CategoryAutoHotKey Views19072
    Read More
  12. 30
    Dec 2011
    19:09

    autohotkey) IPv6 모두 사용안함 설정하기

    CategoryAutoHotKey Views19135
    Read More
  13. 19
    Dec 2009
    15:15

    [Autohotkey] 인터넷 창을 여러개 띄우고 컨트롤 할때 ahk_id 알아내기

    Category컴퓨터잡담 Views19463
    Read More
  14. 11
    Feb 2011
    17:31

    AHK에서 가능한 COM 인터넷 익스플로러 및 GUI 브라우저

    CategoryAutoHotKey Views19506
    Read More
  15. 11
    Feb 2011
    15:33

    Internet Explorer Control

    CategoryAutoHotKey Views19663
    Read More
  16. 02
    Aug 2011
    17:03

    [AHK_B&AHK_L] 엑셀 제어 비교.

    CategoryAutoHotKey Views20260
    Read More
  17. 11
    Feb 2011
    15:58

    ahk와 ahk_l 의 웹페이지 로딩완료 체크 비교

    CategoryAutoHotKey Views20328
    Read More
  18. 14
    Aug 2010
    23:55

    Tips N Tricks Process Listing - Using third party DLL!

    Category컴퓨터잡담 Views20427
    Read More
  19. 05
    Feb 2011
    22:09

    OnMessage()

    CategoryAutoHotKey Views20463
    Read More
  20. 02
    Oct 2010
    11:01

    autohotkey 변수의 이해

    Category컴퓨터잡담 Views20658
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소