Quick Windows Forms Control… a Label with a 3D Line…
Apr 14, 2005 2 min.
I was mocking up a UI yesterday, and I wanted to produce an interface that looked like Front Page’s “New from Template” dialog… But I couldn’t easily replicate those little dividers (for Options, Description, Preview), so I created a “DividerLabel” with about 10 minutes of VB.NET code (2003)… And, if you are so inclined, you can set the text to nothing and you have a line! The Code Imports System.Drawing Imports System.