Hi!
Tried searching the forums but I came up short, sorry if I'm asking the same stupid question over and over.
I got a code snippet that looks like this
private void pictureBox1_Click(object sender, EventArgs e)
{
pictureBox1.Image = Image.FromFile(@"IMAGEPATH\test1.jpg");
}
Since I'm a real newbie at programming I want to know how to code to make the other picture clickable aswell and when you click it it returns to the first image in the picturebox. Any help or links are appreciated (everything 'cept for rtfm-comments ;) )