반응형

 

 

설명

현재 윈도우 디스플레이 혹은 하단에 미니멈으로 축소시켜놓은 모든 윈도우 창의 프로세스를 가져옵니다.

이는 포스트메세지( postmessage ) 컨트롤센드 ( controlsend ) 윈겟포스(wingetpos) 등 비활성화 작업이나, 

윈도우창의 프로세스를 이용한 작업에 사용될떄 유동적으로 사용할 수 있습니다.

 

 

 

#SingleInstance off  ;이 스크립트 파일 및 컴파일 파일을 여러개 킬 수 있습니다.
winget,var,list
loop,%var%
{
vartemp:=var%A_Index%
wingettitle,title,ahk_id %vartemp%
if title=
continue
count++
id%count%:=vartemp
list=%list%%title%|
}

Gui, Add, DropDownList, x12 y9 w190 h100,% list
; Generated using SmartGUI Creator 4.0
Gui, Show, xcenter ycenter h42 w210, New GUI Window
Return

GuiClose:
ExitApp

테스트파일.ahk
0.00MB

 

반응형

+ Recent posts