Well my misunderstanding wasn't one after all.
Say you have a picture box called Picture1 on Form1, and a picture box on Form2 called Picture1 as well. You would draw your shapes onto the first picture box, then to copy them to the second during run-time you would use this code in a command button or something:
Code:Form2.Picture1.Picture=Form1.Picture1.Image




Reply With Quote