I have a panel with a background image set that I want to be able to draw on and save changes as an image file. I managed to complete the painting part with 'panel1.CreateGraphics', however this does not allow you to save whatever you've painted on top of the image (if you minimize the windows the paintings disappear).
How can I paint on the panel (and its bkground image) and then save changes?
Note: I have asked a couple of similar questions with no definitive answers as I don't think people have grasped what I'm trying to achieve.