Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
as the heading states, i have a normal windows form project and want to change the taskbar / top menu of the form / header to a yellow colour,
i dont see the "border" option only the background which i have already changed, so is there a way to make that yellow ?

What I have tried:

stack overflow
youtube
google> but doesnt seem to be getting my search right for what i want
Posted
Updated 14-Mar-17 1:20am
Comments
F-ES Sitecore 14-Mar-17 7:09am    
The task bar etc is managed by Windows and it's that way for a reason, to ensure uniformity and help people know instantly what they can drag, where menus should be etc. Your app is responsible for everything inside the window frame provided by the OS.

Doesn't mean you can't do it, but if you can't use google to find the relevant code samples then the task itself is probably beyond you.
jamesmc1535 14-Mar-17 8:18am    
well most of the articles i found also indicated that its controlled by windows, :) TY

1 solution

You are using the wrong phrase I think. If you mean the "Title Bar" then have a look at the solutions to this CP post:Changing Color Title Bar[^]

Alternatively, if you want to change the color of the MenuBar on your form then have a look at this post How to change background color of menustrip in windows form?[^]

If you meant something else entirely then I suggest you try to be clearer when phrasing your questions. You should also try to be accurate with your tags - you've tagged this as WPF but refer to Windows Forms in your question.
 
Share this answer
 
Comments
jamesmc1535 14-Mar-17 8:18am    
sorry for the wrong tag :) and thanks will take a look at the refrences you gave me

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900