Hello
I am new to C# windows form.In my my GUI I want to change label as I select different options in Menustrip.
I am using C# windows 2010 2.0SP
Please provide code.
Please help
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
FroglegPosted Feb 17, 2012, 8:58 AM
Text ? - label1.Text = "Change me ";
label1.BackColor = Color.Red;
label1.ForeColor= Color.Red;