728x90

WindowList.ahk
0.00MB

 

;  "####################################################################"
;  "#                           ______                                  "
;  "#                        .-.      .-.                               "
;  "#                       /            \                              "
;  "#                      |     AsUs     |                             "
;  "#                      |,  .-.  .-.  ,|                             "
;  "#                      | )(z_/  \z_)( |                             "
;  "#                      |/     /\     \|                             "
;  "#              _       (_     ^^     _)                             "
;  "#      _\ ____) \_______\__|IIIIII|__/_________________________     "
;  "#     (_)[___]{}<________|-\IIIIII/-|__AsUs__AsUs__AsUs_________\   "
;  "#       /     )_/        \          /                               "
;  "#                         \ ______ /                                "
;  "#                            AsUs                                   "
;  "####################################################################"
;117.52.98.137
; Generated by AutoGUI 2.6.2
#NoEnv
#NoTrayIcon
#SingleInstance Ignore
SetWorkingDir, %A_ScriptDir%
SetBatchLines, -1
CoordMode, Pixel, Screen

;Gui, +AlwaysOnTop +E0x8000000 ; 항상 최상위로
;Gui,Add,ListBox,vWinList w200 r10,Wait..
Gui Add, GroupBox, x8 y8 w392 h222, GroupBox
Gui Add, ListBox, x24 y32 w266 h25 vWinList r10,Wait..
Gui Show, w410 h238, Window
GoTo WinList

WinList:
WinGet,WinList,List,,,Program Manager
List=
loop,%WinList%{
Current:=WinList%A_Index%
WinGetTitle,WinTitle,ahk_id %Current%
If WinTitle AND !InStr(List,WinTitle)
List.="`n" "" WinTitle
}
GuiControl,+HScroll,WinList
Gui +Delimiter`n
GuiControl,,WinList,%List%
Return

GuiClose:
ExitApp
728x90

'AutoHotKey' 카테고리의 다른 글

Message Box Generator - v1.0.4  (0) 2023.08.13
Active Window Info.ahk  (0) 2023.08.07
제작지원도구  (0) 2023.08.05
디컴파일러  (0) 2023.08.05
ActiveWindowInfo.ahk  (0) 2023.08.05

+ Recent posts