VB.Net: How to make event (click) for a control? Need Help!?

Timberton4

New member
I have a FlowLayoutPanel and a Button in my form. When i click on Button, a new label adds to the FlowLayoutPanel.
I want to know how can i make click event for each label in the flowlayoutpanel?!

for example: i click on the btn 4 times... So i have 4 labels... Now if i click on one of the labels, the BackColor of the label must turn to yellow.

Thanks a Million :)
 
Back
Top