UCM
Well-known member
Ive been trying to change the color ( in code ) of a colordialog box but with no success...
Ive been using:
[edit]
[/edit]
Every time I try to change it this way, even if I specify"Red", it will select Black (0,0,0)
Ive been using:
Code:
Me.ColorDialog1.Color.FromName("Red") Color.FromName(ComboBox3.SelectedText)
[edit]
[/edit]
Every time I try to change it this way, even if I specify"Red", it will select Black (0,0,0)