Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~154 People Reached
Favorite Forums
Favorite Tags
Member Avatar for lt johnson

Hello, I need a label array for my windows form so I can easily edit the text in the labels. I've found this solution: [CODE] for (int i = 0; i < 10; i++) { Label[] labels = new Label[10]; labels[i] = new Label(); labels[i].Text = "0"; labels[i].Location = new …

Member Avatar for lt johnson
0
154