UCM
Centurion
I've been trying to modify that code to allow me to get the names of all the known colors...
so far, no luck -_-
any ideas?
so far, no luck -_-
any ideas?
Visual Basic:
Dim ff2 As String
Dim ifc1 As System.Drawing.KnownColor
For Each ff2 In ifc1
Dim zz = ComboBox3.Items.Add(ff2)
If ff.Name = "Black" Then ComboBox3.SelectedIndex = zz
Next