I think you meant to do this: private void printDocument1_PrintPage(object sender, System.Drawing.Printing. PrintPageEventArgs e) { e.Graphics. DrawImage(capturebox.
BackgroundImage, 0, 0); e. DrawString(ExtraNotes. Text, SystemFonts.
CaptionFont, Brushes. Black, 10, 10); e.Graphics. DrawImage(capturebox.
Image, 0, 0); } You can change the corrdinates of where you want the text to go.
– Chris Bacon Nov 25 '10 at 20:47 Don't worry, I just had to make the e. DrawString(ExtraNotes. Text, SystemFonts.
CaptionFont, Brushes. Black, 10, 10); to e.Graphics. DrawString(ExtraNotes.
Text, SystemFonts. CaptionFont, Brushes. Black, 10, 10); – Chris Bacon Nov 25 '10 at 21:24 Oops; forgot to type Graphics.
– BeemerGuy Nov 26 '10 at 3:47.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.