Skip to content
AutoHotKey
2011.02.10 22:57

AutoHotkey COM Standard Library

조회 수 18022 추천 수 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
번호 분류 제목 날짜 조회 수
477 WindowsTip TCP/IP Network Communication without extra Tools(DB, 메신저 등등) 2012.07.03 6752
476 WindowsTip 도스모드에서 IP 변경하는 방법 2012.07.05 7303
475 컴퓨터잡담 AVR 강좌 3 2012.07.07 4838
474 컴퓨터잡담 자가발전기 원리 1 2012.07.11 8275
473 Server mysql 실행이 안되거나 테이블(사용중) 손상이 잃어난 경우 2 2012.07.14 13083
472 Server MYSQL 튜닝 이정도는 해야되지 않겠나? 2 file 2012.07.16 7991
471 Excel [excel] GET.CELL사용법 8 2012.07.16 26573
470 Excel GET.CELL 매크로함수 응용 11 2012.07.16 40172
469 WindowsTip 로컬 영역 연결 없어졌을 때 해결 방법 3 file 2012.08.01 11885
468 WindowsTip 장치관리자, 네트워크연결의 아이콘이 사라짐 3 2012.08.01 10557
467 WindowsTip MS 에센셜 정식한글판 (MSE) 2 3 2012.08.07 6725
466 WindowsTip 강력한 백신 avast file 2012.08.07 6981
465 AutoHotKey Autohotkey) EditPlus에 구문 색깔 입히기 3 file 2012.08.23 10809
464 컴퓨터잡담 PHP) 다음 로그인 방식이 바뀌었군. 2012.08.25 6274
463 컴퓨터잡담 다양한 백신 비교 2 file 2012.08.30 5352
462 Excel 현재 Excel 파일 이름을 셀에 삽입 2 2012.09.17 24551
461 컴퓨터잡담 옵티머스G 배터리 일체형은 절대 비추천합니다. 21 5 file 2012.09.18 34148
460 컴퓨터잡담 도스모드 ftp에서 하위폴더까지 모두 ftp로 전송하기 18 2012.10.04 18784
459 컴퓨터잡담 GfxUI.exe 오류 발생시 긴급조치 / 화면깨짐현상 등 2 file 2012.10.16 14425
458 컴퓨터잡담 구글 플레이스토어 file 2012.10.16 3940
Board Pagination Prev 1 ... 21 22 23 24 25 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소