Changing the backcolor of a control using commondialog control6.0
Changing the backcolor of a control using commondialog control6.0
Rate Changing the backcolor of a control using commondialog control6.0
(2(2 Vote))
'Place the commondialog control inside the form.
'Draw the frame.
'Place the code in the coding section
'Press f5
-------------------------------------------------------------------------------
Private Sub Frame1_DblClick()
CommonDialog1.ShowColor
Frame1.BackColor = CommonDialog1.Color
End Sub
Changing the backcolor of a control using commondialog control6.0 Comments
No comments yet — be the first to post one!
Post a Comment