VS 2022 button shape

ThedocYaws

New member
Joined
Aug 5, 2024
Messages
1
Programming Experience
Beginner
Hi,
I see on many tutorials that the graphic of the button control has rounded corners.
I am using VS 2022 and the button graphic has only square corners.
Is there a way or a graphic to have the rounded corners?
TIA
 
That suggests that either you have turned off visual styles in Windows or in your project or you have changed the FlatStyle property of the Button(s). If you create a new WinForms app project and just add a Button to the form, what does it look like? What do other controls look like, particularly TextBoxes, CheckBoxes and RadioButtons? Please provide appropriate screenshots.
 
Back
Top