0
Thank you, phil67rpg; that clarification helps and I hope Frogleg's suggestion works for you.
0
put a picturebox on your form
In button click event = picturebox1.Image= Image.FromFile(your image);
0
I would like a button to change a picture on a window.I have only one window but change the picture posted dynamically depending on which button is pressed.
0
I think phil67rpg means he only needs a single instance of second form ?
0
In what way does the window vary? You say you want to redraw the same window several times in the same place. I assume there is a good reason why you need to do that, but the literal interpretation of what you said makes it seem useless.