Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have created multiple dynamic label and button in my form..i want to display dynamic label text in another form label on click of dynamic button.

this is my code but it is not working

If TypeOf sender Is PictureBox Then
join.lblgame.Text = (Ctype((sender, Label).Text)

End If
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900