Skip to content
AutoHotKey
2011.02.10 22:57

AutoHotkey COM Standard Library

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

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

AutoHotkey COM Standard Library


Goto page 123 ... 414243  Next



This is a standard library COM.ahk
It requires at least AHK build 1.0.47.00
Before downloading, please read first about Standard Library

DOWNLOAD COM.zip or COM_L.zip (for AutoHotkey_L) or AutoHotkey32/64 (COM is built into). 




COM_Invoke() 사용법 : 


If it has the form in VBS-like scripts as 

Code:
value = Object.Function(param1, param2, ...) Method, PropertyGet

유사한 양식

Code:
value := COM_Invoke(Object, "Function", param1, param2, ...)


And, if
Code:
Object.Function(param1, param2, ...) = value PropertyPut, PropertyPutRef
유사한 양식
Code:
COM_Invoke(Object, "Function", param1, param2, ..., value)
However, there exist occasions the above simple form becomes ambiguous. In those cases, can force it to use PropertyPut by appending to the function name the artificial suffix "=" like: 
Code:
COM_Invoke(Object, "Function=", param1, param2, ..., value)


There are some occasions where another COM Object ObjPrm should be a parameter. In that case, prefix it with "+" like:
Code:
COM_Invoke(Object, "Function", ..., "+" . ObjPrm , ...) ; never directly prefix it like +ObjPrm.
As a consequence, "+0" will play the role of VBS Nothing

And, "-0" will represent VBS missing parameter. For eample
Code:
Object.Function(..., param1, , param3, ...)
in VBS-like scripts can be written as
Code:
COM_Invoke(Object, "Function", ..., param1, "-0" , param3, ...)


Finally, to control the error message pop-up of COM Library, call
Code:
COM_Error(b) ; b := 0/1 for off/on


REF. If like to use dot syntax, can use ez_invoke() and/or COM_InvokeDeep()

PS. The last updated time is the last edited time of this post.











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

?

List of Articles
번호 분류 제목 날짜 조회 수
2324 일상 사다함의 매화 3 2009.07.07 15163
2323 컴퓨터잡담 제 2의 안철수? 티맥스 윈도우 2 2009.07.07 18879
2322 만들기 DDoS 해킹의 방법 및 방어방법 1 2 2009.07.08 29581
2321 만들기 DDoS가 뭔지 모르는 청와대 2009.07.08 12880
2320 컴퓨터잡담 티맥스 앞날이 깜깜 2009.07.08 17160
2319 일상 다이어트 더블효과를 이용하는 방법 2 file 2009.07.12 19897
2318 종교와철학 불자가 알아야 할 불교상식 2009.07.13 9311
2317 종교와철학 불교에서의 업(업보)이란? 3 2009.07.13 14930
2316 주식 지금 주식 비중 늘려라? 현증시의 악재리스트 file 2009.07.13 6607
2315 주식 게임처럼 주식투자하기 - 솔고바이오 file 2009.07.14 10269
2314 주식 도드람B&F - 돼지고기 가격 폭등에 따른 상승? 2009.07.15 5747
2313 일상 보험계약에 대해 많이 알고 계신가요? 2009.07.15 10290
2312 일상 선덕여왕 file 2009.07.15 11677
2311 주식 게임처럼 주식투자하기 - 넥실리온 file 2009.07.16 7671
2310 주식 제이콤의 문제진단 및 향후 대응전략 file 2009.07.17 9521
2309 일상 우유 절대로 마시지 마라? 3 file 2009.07.17 11086
2308 주식 게임처럼 주식투자하기 - 국순당, 에스티큐브 file 2009.07.17 8163
2307 유용한상식 아이방 인테리어 - 벽지 10 file 2009.07.19 29302
2306 유용한상식 집중력 키워주는 공부방 풍수 인테리어 12 2009.07.19 27765
2305 유용한상식 아기방 이쁜 자료모음 11 file 2009.07.19 33103
Board Pagination Prev 1 2 3 4 5 ... 118 Next
/ 118

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소