20200621 1259
https://autohotkey.com/board/topic/59258-get-imagesize-how-solved/
이미지 크기 알아내기
gui,add,picture,hwndmypic,c:\test.bmp controlgetpos,,,width,height,,ahk_id %mypic% gui, destroy msgbox %width% %height% |
line 1 : hwnd = handle to window → windef.h에 선언되어 있다는데..
line 3 : You do no need to show the gui and you can destroy it afterwards.
'[PA] 업무자동화 > [AH]Autohotkey' 카테고리의 다른 글
AH IE 새 탭에서 열기 (0) | 2020.06.26 |
---|---|
AH HTML 통으로 읽기,요소 읽어내기 (0) | 2020.06.21 |
AH 윈도우 요소, HTML 요소 알아내기 (0) | 2020.06.21 |
AH HTML 다루기 3 (0) | 2020.06.06 |
AH HTML 다루기 2 (0) | 2020.06.05 |