UCM
Centurion
I've been trying to change the color ( in code ) of a colordialog box but with no success...
I've 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)
I've been using:
Visual Basic:
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)