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
~3K People Reached
Favorite Forums
Favorite Tags
c# x 1

2 Posted Topics

Member Avatar for S.Santosh

[code] int count; int i = 0; int x = 5; int y=10; Panel[] pnl_new_ = new Panel[10]; PictureBox[] usr_pic_ = new PictureBox[10]; Label[] lbl_username_ = new Label[10]; Label[] lbl_account_type_ = new Label[10]; private void button1_Click(object sender, EventArgs e) { i = Convert.ToInt32(txt_num.Text); for (count = 0; count < i; …

Member Avatar for kvprajapati
0
87
Member Avatar for er.sajal

[code] int count; int i = 0; int x = 5; int y=10; Panel[] pnl_new_ = new Panel[10]; PictureBox[] usr_pic_ = new PictureBox[10]; Label[] lbl_username_ = new Label[10]; Label[] lbl_account_type_ = new Label[10]; private void button1_Click(object sender, EventArgs e) { i = Convert.ToInt32(txt_num.Text); //string msg = count.ToString(); //MessageBox.Show(msg); //if (count …

Member Avatar for S.Santosh
-1
3K

The End.