horizontal line

  • Thread starter Thread starter Nick Warrington
  • Start date Start date
N

Nick Warrington

OK, I give up, whats the windows form control that gives the nice
3d horizontal line common on so many dialog boxes.

Anyone?

TIA

Nick
 
Nick,

Add a GroupBox to your form and set the Text prooerty to empty
and then the Height to 2 and you are set. VS.NET does not ship
with a 3D line control out of the box, but is really easy to make a
light weight one yourself if you'd want.

HTH,

Andreas Håkansson
 
Back
Top