Why not use the form_load event:


private void Form1_Load(obje ct sender, EventArgs e)
{
pictureBox1.Ima ge = Image.FromFile( @"C:\Users\Publ ic\Pictures\Sam ple Pictures\Koala. jpg");
pictureBox1.Siz eMode = PictureBoxSizeM ode.Zoom;
}