Page 1 of 1

Changing Title Bar Color In Gui

Posted: 16 Jun 2021, 15:21
by Loop
Hello, is there any way to change the color of the title bar?

Code: Select all

Gui, 1: Font, S12 cBlack w400, Arial
Gui, 1: Color, White
Gui, 1:Add, ListView, r20 w800 +AltSubmit xm +Grid vInstaListView , Test1|Test2|Test3|Test4|
Gui, 1:Add, Button,, &Pause
Gui, 1:Show,, My Listview
Return

1GuiClose:
GuiClose:
ExitApp

Thx