Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

How to add many pictureboxes in a list from a form in c#

$
0
0

I need help. I want to add 200 of picturebox in a list in c#.This i s the code i used but no working. Says that out of arrange.

   List<PictureBox> imagini = new List<PictureBox>();

            foreach (Control c in this.Controls )
            {
                if (c is PictureBox)
                {
                    imagini.Add();
                }
            }

Viewing all articles
Browse latest Browse all 12583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>