Skip to content
AutoHotKey
2011.02.22 01:15

ahk_l 과 com 의 이해

조회 수 17486 추천 수 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) 
}





















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

?

List of Articles
번호 분류 제목 날짜 조회 수
677 컴퓨터잡담 Mysql 에러메시지 2010.04.27 17550
676 컴퓨터잡담 mysql 재시작, 사용자 추가 명령어 1 2 2009.11.19 32229
675 컴퓨터잡담 mysql 접속불가시 재부팅 2009.11.24 12089
674 컴퓨터잡담 mysql 접속에러시 재부팅 하는 배치파일 2009.11.24 26693
673 컴퓨터잡담 MySQL 조율(튜닝)에 대해 2 2010.04.14 15827
672 컴퓨터잡담 MYSQL 최적화 2 2009.11.13 22447
671 Server mysql 테이블 손상시 #1146 - Table 해결방법 file 2016.07.17 8910
670 Server MYSQL 튜닝 이정도는 해야되지 않겠나? 2 file 2012.07.16 7991
669 컴퓨터잡담 Mysql) mysql mysql-bin.0000x 로그 기록설정방법(사용안함설정등) 2 2012.01.23 7844
668 컴퓨터잡담 mysqladmin 3 2009.11.19 14065
667 AutoHotKey Mysqld 프로세서 실시간 감시 2011.02.06 7611
666 HTMLPHPMSQL mysqli로 DB 검색 조회 2017.11.08 6900
665 컴퓨터잡담 MySQL을 위한 하드웨어 최적화(What one can and should optimize) 2 2010.04.06 13123
664 프로세스 npkcmsvc.exe 서비스 끄기 (엔프로텍트 nProtect) 1 3 2011.02.06 13327
663 컴퓨터잡담 nVIDIA GTX750Ti 드라이버 file 2019.02.19 6824
662 프로세스 NVSvc.exe 프로세스 삭제방법 1 2011.02.13 21652
661 AutoHotKey OnMessage() 3 2011.02.05 20463
660 컴퓨터잡담 PC를 자동으로 부팅시작 1 file 2021.10.10 4106
659 컴퓨터잡담 PC에 안드로이드 설치하기 2015.12.01 992
658 컴퓨터잡담 PC에 안드로이드 설치하기 1 file 2015.07.18 5442
Board Pagination Prev 1 ... 11 12 13 14 15 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소