Printing pages

  • Thread starter Thread starter CSterby
  • Start date Start date
C

CSterby

Guest
Pardon if this is a simple question, but I am relatively to Visual Studio.

The program that I have develop works fine with one exception. When I am printing using ondraw it works fine if I am only printing one page. The print code \n works fine but it doesn't recognize \f to skip to a new page. I have set the number of pages but all pages after the first just show the same page as the first. The pages I am printing contains a lot of graphics so having pagination by the number pages won't work.

Continue reading...
 
Back
Top