Hey I'm making a very basic paint program and I wanted to make it so you could put in any color into a combobox and set the color to a brush, but what I have is:
vb Code:
myBrush = "Brushes." + ComboBox2.Text DrawBrush = myBrush
Although, obviously it dosn't work, can anyone help???





Reply With Quote