Picture Boxes
To print in a Picture Box called "picOut," use a statement like
picOut.Print perfNum
To clear the contents of a Picture Box, use the statement
picOut.Cls
To make the Picture Box blend in with the rest of the form, set the BorderStyle property to 0 - None.
If you want to display anything in a Picture Box upon Form Load, you must set the AutoRedraw property to True.