Search results for query: *

  1. T

    Batch Bitmap Printing

    I have been trying to accomplish this through the print document's PrintPage subroutine using e.HasMorePages strange results. Here is the code I am using now: PrivateSub PrintDocument1_PrintPage(ByVal sender As System.Object, _ ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles...
  2. T

    Batch Bitmap Printing

    Wont that just print duplicates of the bmp? Maybe I need to be more clear. Each bitmap is different in that it contains different information. They are all packingslips but they are different. thanks for your reply
  3. T

    Batch Bitmap Printing

    Curently I use a print document to print custom label BMPs. I need to print a few hundred of these. The way Im doing it now is fine as far as the printing goes, but it prints each BMP individually causing a message box to appear for each print. 25 message boxes plastering the screen is kind of...
Back
Top