I have an array holding certain color values (ie whitesmoke, samon etc) which is obtained from an external text file. A bit like a style sheet. anyway, these values are loaded into an array and used to change the style of the application. The only issue is im getting a few errors.

Code:
 Me.BackColor = Color.StyleConfig(0)
Does not work.