1
Answer

change the backgroundimage

Ask a question
wazza

wazza

17y
3.9k
1
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)