Could someone help me with this code, I am a beginner C# programmer, I think it will be easy for the experts.
I have a tabcontrol with 5 different tabpages, each tabpage has about six labels. one label in each tab has the forecolor = white (which means it is selected).
If a user selects a new label, I want a method to change the previously selected "White label" in the same tabpage to black.
Detail code please, I am a beginner at C#, Thanks
(2) Why such requirement?