2
How to change the appearance of Window borde, Title bar and button, and status bar in Windows Forms?
2
How to change the appearance of Window borde, Title bar and button, and status bar in Windows Forms?
6
On the properties of your form, you can choose the Borderstyle among some available options provided by the VS, and this will change the items you quoted. All these styles will be based on your operating system(Ex: if you have windows 8 its edges will be square, if this in the Windows XP its edges will be rounded, or any Visual Style that you have installed)
You will also have other options like:
ControlBox
(true
/false
): Whether or not to show Minimize, Maximize, restore size and close controls.
Icon: Sets the icon for your form which will be (or not, depending on your Formborderstyle) displayed in Titlebar, toolbar and on Alt+tab
and some others(just take a look at the properties you will find all!)
If you don’t like any, you can also set the Formborderstyle for None and create your own look(Aka Gambiarra) and give to the form the format of your dreams!
Browser other questions tagged c# winforms
You are not signed in. Login or sign up in order to post.
From Visual Studio or the programs you create in the Visual Studio?
– Jéf Bueno
Programs created in VS
– user61171
Winforms or WPF?
– Jéf Bueno
Window-form’s !
– user61171
What you want to change, specifically?
– Jéf Bueno
At the time was more a doubt, but I think the color or the format.
– user61171
Jhonatas, it’s impossible for anyone to answer a question if you don’t tell them what the question is.
– Jéf Bueno
The format then. How to change the format half rounded to straight and uniform?
– user61171
From the edge of the title?
– Jéf Bueno