Visual C# Form Designer
Hello,
Using Form Designer i added 20 picturebox to my form.Their names are very similar,pictureBox1,pictureBox2,.... but the problem is i could not find a way to access them in a loop.And i dont want to type one by one every time.If i create a picturebox array manually then i cant see them until runtime and i cant adjust their positions neatly...So any ideas?
Thank you.
|