Results 1 to 2 of 2

Thread: Printing - Reset Number of Copies

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Posts
    1

    Post

    In my app, I bring up the common dialog print dialog box allowing users to select settings. Once the user is done with the dialog and I grab the info in my code, I'd like to ensure that the number of copies for the printer is reset (within code) back to 1. Is there a way I can do this?

  2. #2
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892

    Post

    Try this:

    Printer.Copies = 1

    ------------------
    Yonatan
    Teenage Programmer
    E-Mail: [email protected]
    ICQ: 19552879
    AIM: RYoni69

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