Results 1 to 2 of 2

Thread: Print multiple copies

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2010
    Posts
    80

    Print multiple copies

    When I change the number of copies in the print dialog during run time I still only get one copy. How do I enable multiple copies in vb code code.

  2. #2
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Print multiple copies

    You have to grab what was set in the Print Dialog and use it to print more than one copy (create a loop)

    Printer.Copies = printDlg.Copies

    Look here for more info: http://support.microsoft.com/kb/322710

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width