How to change title bar font in win apps by C#?

后端 未结 2 1482
被撕碎了的回忆
被撕碎了的回忆 2021-01-14 04:11

how i change title bar font of form in windows application by C# ?

i found this code but not working and doesn\'t drawing titlebar: how can i do this? thanks all

相关标签:
2条回答
  • 2021-01-14 04:57

    On Vista and Windows 7 you will need to disable Aero for the code to work.

    Take a look at the answer I provided to the following question How to add an extra button to the window's title bar?

    0 讨论(0)
  • 2021-01-14 05:09

    I don't know if it is possible since you can only edit the text but not the markup.

    I think it just uses the font-size that windows uses...

    0 讨论(0)
提交回复
热议问题