If you go in Visual Studio 2005 to the following (or just do ctrl+p):
File ==> Print..
You get a print dialog screen. I want the same in my program, but how?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This dialog box is a so-called common dialog, a built-in Windows dialog that can be used by multiple applications.
To use this dialog box in your C# application, you can use the
PrintDialogclass. The following MSDN pages contains descriptions as well as some sample code: