Home > database >  Changing the color of the title bar c# win 11
Changing the color of the title bar c# win 11

Time:08-21

I want to make the color of the title bar blue in my c# form application. I tried the methods on this page: enter image description here

You can see that there is a custom header in the form.

In short, here's how it works:

  1. Create a Form with the .Border set to None

  2. Add buttons for the minimize, expand window, and close window

  3. Set the form to a Guna form

  4. Add Guna things to add the functionality to move, resize, and dock the form

This method works really well.

  • Related