Skip to content
AutoHotKey
2011.02.22 01:15

ahk_l 과 com 의 이해

조회 수 17509 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

ahk_l 과 com 의 이해


COM Object Reference [AutoHotkey_L]

Goto page 12345678  Next



COM Standard Library
Goto page 123 ... 414243  Next

   
   url:="http://www.google.com"
   pwb.Navigate(url)
   loop
      If !pwb.busy
         break

   ;; get the gui handle
   GuiHWND:= WinExist()
   
   ;; create an instance of Internet Explorer_Server return the hwnd
   ATLWinHWND := Atl_AxCreateContainer(GuiHWND,0,0,510,600, "Shell.Explorer")
   
   ;;get the iwebbrowser2 interface pointer
   pwb := Atl_AxGetControl( ATLWinHWND )
      



















   ; insert an HTMLfile into the control 
   doc := COM_AtlAxCreateControl( ctrl_hwnd, "HTMLfile" ) ; http://msdn.microsoft.com/en-us/library/da181h29 
   NativeCom(doc) ; ensures the "doc" object uses Native COM 
   doc.write(html) 



NativeCom( ByRef obj ) { ; ensures the "obj" object uses Native COM 
   if Not IsObject(obj) 
      return 
   ComObjError(false) 
   if Not ComObjType(obj,"iid") 
      obj := ComObjEnwrap(COM_Unwrap(obj)) 
   ComObjError(true) 
}





















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

?

  1. 11
    Nov 2014
    08:17

    음력변환

    Category[Docs]스프레드시트 Views17873
    Read More
  2. 25
    Jan 2011
    08:37

    함수와변수

    CategoryVisual C++ Views17798
    Read More
  3. 11
    Feb 2011
    15:50

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

    CategoryAutoHotKey Views17784
    Read More
  4. 31
    Aug 2011
    01:19

    PHP 스누피로 사이트 긁어오기가 되지 않는 사이트를 긁어오는 3가지 방법

    Category컴퓨터잡담 Views17778
    Read More
  5. 17
    Dec 2011
    13:03

    윈도우7(WINDOWS7) IPv6 제거방법

    Category컴퓨터잡담 Views17734
    Read More
  6. 22
    Feb 2011
    01:22

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

    CategoryAutoHotKey Views17571
    Read More
  7. 27
    Apr 2010
    11:03

    Mysql 에러메시지

    Category컴퓨터잡담 Views17553
    Read More
  8. 22
    Feb 2011
    01:15

    ahk_l 과 com 의 이해

    CategoryAutoHotKey Views17509
    Read More
  9. 10
    Dec 2009
    12:52

    Spy & Capture Spy++과 같은 계열의 프로그램

    Category컴퓨터잡담 Views17421
    Read More
  10. 10
    Dec 2022
    07:42

    어도비 프리미어 프로 템플릿 폴더 관리방법

    Category컴퓨터잡담 Views17413
    Read More
  11. 25
    Jan 2018
    12:25

    javascript만으로 html간 변수값 주고받기

    CategoryHTMLPHPMSQL Views17402
    Read More
  12. 27
    Jun 2011
    09:42

    윈도우7 공유기 사용시 네트워크 연결 문제

    Category컴퓨터잡담 Views17371
    Read More
  13. 13
    May 2010
    16:53

    엑셀 다중조건 구현하기

    Category컴퓨터잡담 Views17314
    Read More
  14. 01
    Aug 2011
    17:50

    Windows 7 빌드 7600 이 Windows는 정품이 아닙니다.( 윈도우7 정품인증 패치,크랙)

    Category컴퓨터잡담 Views17246
    Read More
  15. 08
    Jul 2009
    16:44

    티맥스 앞날이 깜깜

    Category컴퓨터잡담 Views17203
    Read More
  16. 22
    Nov 2010
    22:52

    [PHP] 한글삭제 정규식

    Category컴퓨터잡담 Views17059
    Read More
  17. 10
    Feb 2011
    08:21

    AHK_L 예제소스

    CategoryAutoHotKey Views17042
    Read More
  18. 22
    Feb 2011
    01:31

    ahk_l 웹페이지 파일로 저장한 뒤 불러와 필요한 부분 추출하여 출력하기

    CategoryAutoHotKey Views17007
    Read More
  19. 22
    Dec 2012
    12:35

    컴퓨터 부팅시 실행되는 프로그램 리스트(컴퓨터가 느리다면 꼭 점검할 필요가 있다)

    Category컴퓨터잡담 Views16977
    Read More
  20. 26
    Aug 2010
    11:06

    무선랜 비밀번호 모음

    Category컴퓨터잡담 Views16933
    Read More
Board Pagination Prev 1 ... 9 10 11 12 13 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소