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:
  1. myBrush = "Brushes." + ComboBox2.Text
  2. DrawBrush = myBrush

Although, obviously it dosn't work, can anyone help???