Jump to content

VS 2019 Change Project titlebar color.

WillLTT

How can i change the PROJECT titlebar color, and not visual 2019's titlebar. in c# vs 2019 win forms

 

Cap22222ture.PNG

Link to comment
Share on other sites

Link to post
Share on other sites

This is based of your current windows theme. You cannot change it by code. Your options are :

- Change your windows theme to what you like

- use WPF instead of Winform so you can control the look

- use third party control that have custom winforms

- create your own winform control from scratch

- make your form borderless and draw the title bar manually 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×