시작을 누르면 시작이 listbox에 적히고
테스트를 누르면 시작과 테스트 전체다 빨갛게 변해버리는데
"테스트"만 빨간색으로 표시하고 싶으면
어떻게 해야할까요?
아래는 제가 해본건데;
Gui, Add, Button, x10 y9 w93 h40 g시작, 시작
Gui, Add, Button, x102 y9 w96 h40 g테스트, 테스트
Gui, Add, Button, x197 y9 w93 h40 g종료, 종료
Gui, Add, ListBox, x10 y57 w280 h240 v상태,
Gui, Show, w300 h300,연습
return
시작:
GuiControl,,상태, 시작
return
테스트:
Gui, Font, cRed
GuiControl, Font, 상태
GuiControl,,상태, 테스트
return
종료:
ExitApp
return
도와주세요 ㅠㅠ
https://autohotkey.com/boards/viewtopic.php?t=1081
Class_LVColors.ahk 요 라이브러리를 사용해 보세요.