I m stuck with a problem. I want to change the background image of button on runtime. I got the solution for changing the color but i want to change the image.
The c
private void button_Click(object sender, EventArgs e) { button.Image=System.Drawing.Image.FromFile("image.png"); }
try this..