I was just fooling around and wanted to make a button change the backcolor of a form and have a label show the color name. I figure the best way to do this is to have an index # of all colors in the system.drawing.color property and make a loop to change that everytime the click event is fired. then convert the index # to a string and change the text of the label to that color name. what is the best approach here?
