How can I set window titlebar text font and color?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
grosner
Posts: 10
Joined: 11 Sep 2016, 13:08

How can I set window titlebar text font and color?

Post by grosner » 05 Jun 2022, 10:03

I realize I can use WinSetTitle to set a window's text.
  • Is it possible to set a window's (e.g. Notepad.exe) title bar font and text color?
  • Can the font and colors be limited to only a portion of the window's title bar text?

    My use case is to to put a colored mark on the window title bar text while my Autohotkey script is running, similar to what was described here: viewtopic.php?style=19&f=76&t=99039
Last edited by grosner on 06 Jun 2022, 17:17, edited 1 time in total.

Rohwedder
Posts: 7768
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: How can I set window titlebar text font and color?

Post by Rohwedder » 06 Jun 2022, 03:34

Hallo,
unfortunately this only runs with Guis.
I wanted the Windows XP design and so I made this one. It consists of four Guis each.
Attachments
Titlebar.png
Titlebar.png (63.92 KiB) Viewed 807 times

Post Reply

Return to “Ask for Help (v1)”