As I said before, use the System.Drawing.Printing namspace and the
PrintDocument class.
PrintDocument class is located in the tools menu for forms IIRC. If
you are writing a library, then seek MSDN for more info on the Print
Document Class.
the printDocument class will print anything you want. Use the
PrintDocumentEventArgs.Graphics property.
MSDN has an execelent example under the PrintPageEventArgs.Graphics
property which is found in the System.Drawing.Printing namepsace.