How do i enable users to select different colours for a line that i've drawn.
I've got the following code so far for the line, but i want users to be able to change the colour through menustrip.
Dim pen1 As New Pen(Color.Red)
g.DrawLine(pn1,100, 100, x, y)