Search results for query: *

  1. O

    help with print routine -multiple pages - multiple printers

    ok, now i'm trying to printdoc1 and printdoc2 using the combined document, and it works! i guess for my printpreview, i need to work with 2 previews since i'm printing on 2 different printers? thx for your help so far!!! you are the man
  2. O

    help with print routine -multiple pages - multiple printers

    this is my code for the functions... basically in the print routine i loop the pages if pagenumber is 1 it prints contents, for page 2, it prints other contents and print page 3 or more prints the rest.
  3. O

    help with print routine -multiple pages - multiple printers

    Thx for the code above... But i can't get it running. When i call the print routine: Combined.Print(), i need to add Combined.printPage like this: Private Sub Combined_PrintPage(ByVal sender As Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDoc1.PrintPage...
  4. O

    help with print routine -multiple pages - multiple printers

    hi, thx for your answer. i don't quit understand step 3. How can i set PrintDoc1 for page 1 and PrintDoc2 for the other pages? thx
  5. O

    help with print routine -multiple pages - multiple printers

    Hi all, i need help with my print routine: I have a routine, with the printDoc_PrintPage() function where i loop my pages and print them on the default printer. What i need to do is print page 1 on a special printer and the other pages on the default printer. Does anyone has any ideas how to...
Back
Top