Is there any way to set the border radius property for a text box in windows forms.
I've tried in ASP.NET but I couldn't get in windows forms.
As far as I know, No, it is not possible in WinForms with standart TextBox control. Take a look at WPF, instead. That is much better than WinForms for example there is a Border.CornerRadius property that might help you.And there are so other options in WPF which doesn't exist in WinForms.
WinForms
WPF
Border.CornerRadius
2.1m questions
2.1m answers
60 comments
57.0k users