System.Threading.Thread.Sleep(10000); // 10 saniye gectikten sonra asagıdaki kod calısacaktır.. foreach (Control control in this.Controls) { PictureBox picture = control as PictureBox; if (picture != null) { this.Controls.Remove(picture); } }