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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.