Help! I am a beginning student in VB, working from Deitel, Deitel, and Nieto's VB6 How To Program. I have an assignment to print a series of asterisks to a picture box using a loop and the print statement. I have it all working except the output keeps coming up on the form, instead of my picture box (which is within a frame). On page 374, Fig. 9.4, it clearly states that method Print "draws text on a form or control." But it does not say how. I have checked object names for typos, the command is set up (for now) in the Click event for the picture box, but it still goes to the form. Wassup widdat?