No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
[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; … | |
Re: [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 … |
The End.