button1.BackgroundImage = new Bitmap("bm.jpg"); // or pictureBox1.BackgroundImage = Image.FromFile("bm.jpg");
More Info: MSDN: Image Class
Subscribe to this rss feed to get your .NET tips from Mark Moeykens and his friends.
button1.BackgroundImage = new Bitmap("bm.jpg"); // or pictureBox1.BackgroundImage = Image.FromFile("bm.jpg");