I want to make the color of the title bar blue in my c# form application. I tried the methods on this page:
You can see that there is a custom header in the form.
In short, here's how it works:
Create a Form with the
.Border
set toNone
Add buttons for the minimize, expand window, and close window
Set the form to a Guna form
Add Guna things to add the functionality to move, resize, and dock the form
This method works really well.