I have a problem: my application needs to draw some images on panels.
I make it on Paint(..) event.
But if I move application window then form and all controls will repaint.
How can I get away from it? May be I should change event for paiting? I have tried to draw into Load(..) event, but application nothing draw into panels in this way.