I recently came across this VerticalLabel control on CodeProject.
I notice that the OnPaint method creates but doesn\'t dispose Pen and SolidBrush objects.
D
in addition i would tell that is preferable to use the ready collections: System.Drawing.Pens. and System.Drawing.Brushes. if you not customize them in a special way.