How can I select the color of my pen using the color dialog box?
I tried:
If ColorDialog1.Sh owDialog() = Windows.Forms.D ialogResult.OK
Then
Dim MyPen As New Pen(Color.Color Dialog1.Color, 1)
end if
but I get error:colordial og1 is not member of system.drawing. color
User Profile
Collapse
No activity results to display
Show More