The original code I set:
buttons(i, column).ForeColor = Color.Blue buttons(i, column).BackColor = Color.Blue
I want Color.Blue to be changeable in a ComboBox I put in the gamelauncher form. I've tried it like:
buttons(i, column).ForeColor = Gamelauncher.ComboBox2.Text buttons(i, column).BackColor = Gamelauncher.ComboBox2.Text
But it wouldn't work!
If you can, please help me out.

New Topic/Question
Reply



MultiQuote






|