A windows form mutiple events
I'm working with c# . I have a form with a main menu that provides a option called colors, this option allows users to select at least one of the following Green,Pink,Orange. I also have two buttons(1st color, 2nd color) and two labels ( 1st color, 2nd color). When the user selects Green off the main menu and clicks the 1st color button the string "blue" should appear in the 1st color label, when the 2nd color button is clicked the string "yellow". when the user selects Pink the same should happen but the strings will pertain to pink. I'm just beginning to learn c#windows forms, so I could use some help with the code.
[635 byte] By [
augie0216] at [2007-11-11 8:29:48]
