In my program I have 20 PictureBox´s which change their visibility about every 5 minutes.
Now I need to count how many PictureBox´s are .visible=true
in label1.text.
And how many are .visible=false
in label2.text.
Any ideas how to automatically do that?