Changing Title Bar Color In Gui

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Loop
Posts: 155
Joined: 07 Jan 2019, 14:51

Changing Title Bar Color In Gui

Post by Loop » 16 Jun 2021, 15:21

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

Return to “Ask for Help (v1)”