this question has answer here:
- why forms 'windows classic'? 1 answer
while adding controls form, of elements lost border , grey inner gloss shadow best example, checkboxes , radio buttons have.
those this:
instead of this:
i couldn't find solution yet. properties should change desired styling? thank you!
probably have removed application.enablevisualstyles();
main method.
[stathread] static void main() { application.enablevisualstyles(); // did remove line? application.setcompatibletextrenderingdefault(false); application.run(new form1()); }