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
번호 분류 제목 날짜 조회 수
217 AutoHotKey AHK_L 예제소스 1 2011.02.10 17018
216 컴퓨터잡담 [PHP] 한글삭제 정규식 1 2010.11.22 17051
215 컴퓨터잡담 티맥스 앞날이 깜깜 2009.07.08 17188
214 컴퓨터잡담 Windows 7 빌드 7600 이 Windows는 정품이 아닙니다.( 윈도우7 정품인증 패치,크랙) 2011.08.01 17243
213 컴퓨터잡담 엑셀 다중조건 구현하기 2010.05.13 17312
212 HTMLPHPMSQL javascript만으로 html간 변수값 주고받기 2018.01.25 17336
211 컴퓨터잡담 윈도우7 공유기 사용시 네트워크 연결 문제 2 2011.06.27 17367
210 컴퓨터잡담 어도비 프리미어 프로 템플릿 폴더 관리방법 7 2022.12.10 17387
209 컴퓨터잡담 Spy & Capture Spy++과 같은 계열의 프로그램 1 2009.12.10 17416
» AutoHotKey ahk_l 과 com 의 이해 2011.02.22 17486
207 AutoHotKey ahk_l 웹페이지 앞, 뒤페이지 제어 예제소스 및 설명첨부 2011.02.22 17535
206 컴퓨터잡담 Mysql 에러메시지 2010.04.27 17550
205 컴퓨터잡담 윈도우7(WINDOWS7) IPv6 제거방법 1 2011.12.17 17730
204 Visual C++ 함수와변수 14 2011.01.25 17751
203 컴퓨터잡담 PHP 스누피로 사이트 긁어오기가 되지 않는 사이트를 긁어오는 3가지 방법 3 2011.08.31 17773
202 AutoHotKey autohotkey와 autohotkey_l 의 인터넷 창 띄우기 비교예제 2 2011.02.11 17775
201 [Docs]스프레드시트 음력변환 2014.11.11 17854
200 AutoHotKey 부팅 완료 체크 2011.02.09 17864
199 WindowsTip 보안경고 - 안전하게 제공된 콘텐츠만 보시겠습니까? <= 없애는 방법 2013.05.21 17949
198 컴퓨터잡담 List of Windows Messages 2 1 2009.12.15 17962
Board Pagination Prev 1 ... 34 35 36 37 38 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소