wazza

wazza

  • NA
  • 1
  • 0

change the backgroundimage

Oct 3 2007 12:55 PM
I just want to put an image to my picturebox when my radiobutton is selected.

if (radioButton1.Checked)
{
//and here I want to put the image,but I don't know how.
//I have my image in a folder named 'images' on my project
}

Answers (1)