OnExit,exit
Gui,+AlwaysOnTop
Gui,+Resize
Gui,Margin,1,1
Gui,Color,,silver
Gui,add,edit,w%A_ScreenWidth% h%A_ScreenHeight% -VScroll vEDIT gBL,
Gui,Show,w200 h100,SampleGui
WinSet,TransColor,silver,SampleGui
SetTimer,Ttip,200
return
Ttip:
WinGetPos,X,Y,W,H,SampleGui
X2:=X+W
Y2:=Y+H
tooltip,(%X%`,%Y%)-(%X2%`,%Y2%)
return
BL:
GuiControl,,EDIT,
return
exit:
GuiClose:
tooltip
ExitApp
;----------------------------------------------------------------------
이미지서치시 범위지정할때 정말 유용하게 써먹었던 툴입니다
출처는 아마 오토핫키를 사용하는 사람들 모임일거에요