Posts by Spinella • 13 points
1 post
-
0
votes2
answers30
viewsQ: Grab text from Linklabel created in Runtime C#
I’m creating some LinkLabel at runtime with the code below: for (int i = 0; i < qtdresp; i++) { System.Windows.Forms.LinkLabel Lbl = new System.Windows.Forms.LinkLabel();…