1
Reply

change the backgroundimage

wazza

wazza

Oct 3 2007 12:55 PM
3.9k
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)