printing

  1. L

    Print problem on different printers

    Hello. I have a strange problem, I'm writing small application in. vb.net which should print out a simple form. On my printer OKI B4350 and HP 4200n the print out looks good, but on HP 2015 the print out is bad, really bad. The fonts are different, the graphic elements are out of margins. Can...
  2. S

    Report printing in a mirror image

    Hi I've got a bit of a problem with a report printing out. I am getting final report printing mirrored and with no colour on some printers and not others??? I am not having problems with the printers with other projects Any idea's on what the ..... is going on VB.net 2008 , report are wizard...
  3. N

    Native Printing: Adding a header and Page Numbers to each page

    I have a simple program that prints a report that is about fifteen pages long. I am a beginning programmer so I picked up some generic print code off of the internet. It works well but I need to include a header and page numbers on each page of the report. Also, on future projects I would like...
  4. O

    Printing Panel

    Hi All, I have been developing a app that uses a panel control that displays a scanned tiff file. I then can add controls to the panel that are transparent and highlight the document and also add controls to the panel that act as 'PostIt' notes. I now want to be able to print the document that...
  5. D

    Question printing reports/sub reports

    Hi all, Have been working with vb.net for a few months modifying processes bringing operations all into one area, unfortunately i have come as far as printing and hit a wall... There seems to be very little i could find to do with actually getting prints out of vb, although now i have flicked...
  6. K

    Question Specify Filename for a PDF Print Driver

    I have an application that I use for label printing. It has a .Net interface that allows for loading of formats, attaching data, and printing. Unfortunately it does not have the ability to print to PDF directly. What I am looking for is a PDF print driver that can operate silently. I have seen...
  7. D

    Question Print from rich text box

    I have a rich text box, "RichTextBox1", and a print document, "PrintDocument1". How do I connect the text box with the print document so that the print document is the text of the text box? I have already set up my print dialog, but I just haven't found how to set up the document yet. Please...
  8. 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...
  9. R

    Question Printing to Epson TM-T88III receipt printer with printer native fonts

    I am trying to write to Epson TM-T88III receipt printer using vb.net 2005. I am using PrintDocument class. Using system fonts is too slow to print so I wanted to use printer native fonts. But my application replaces the printer fonts with system fonts when I try to print. Here is the code: 'to...
  10. A

    Question Printing a GridView control with formatting intact

    Hi all, I've got a gridview control on an asp web page which I format dynamically using VB to assign Red/Amber/Green based on the values in each cell of the grid. On rendering, this creates a nicely formatted table with HTML tags assigning colours to each cell. e.g. ...</tr><tr...
  11. robertlbryant

    Printing Pages Problem

    I have been struggling with printing multiple pages from a list box. It seems to go fine for a page, but then the index seems to reset to 0 when I step through with the debugger, causing each page to be an exact copy of the first page. Can anyone spot why this would happen in my loop...
  12. B

    Question Creating editable text on a form.

    Hello all, I am using VS2008, I need to update a vb6 application that I wrote a while back and make it more user friendly. I am not using any of the vb6 code, this is a complete rewrite. The application basically creates ZPL based on user inputs, it sends the ZPL to the printer via the...
  13. Mike3788

    ...

    .
Back
Top