Hi there,
Is there a way without too much code to convert a passed ARGB System.Drawing.Color to a System.Drawing.Brush? Basically I want to be able to draw FillRectangles with an unkown color, to be set by a System.Drawing.Color property of a usercontrol.
Edit - Figured it out "SolidBrush"...duh.
Bill
