I want to create a simple 3D line in a WinForms application to improve visual arrangement of my form layout.
This line is exacly like the line in About Windows dialog (can b
One way is to create a group box with no label and height 0 (or is it 1, don't quite remember) - I know I've used that trick before, even if it feels a bit hacky :-)