How To Print Certain Set Of Info To Specific Printer Tray

Apr 12, 2010

I am trying to implement a custom printing solution for a client. What he wants is to have one button print a certain set of info to a specific printer and specific printer tray, connected to the client machine. Another button will print a similar set of info, to the same printer, but a different tray.

One tray is preloaded with regular 8.5"x11" paper, and the other is loaded with legal paper, 8.5"x14". I've found some instructions on how to do this: [URL]. So, I've implemented the code, and am able to enumerate the printers attached to the client machine, and their trays.

I've setup some web.config settings for the client to enter the names of his printer and specific trays (in this case, tray 1 and tray 3). This code I've written runs and works correctly, printing the document without error. The problem I am having is that even though I have selected the tray for legal paper, all the info instead prints on regular paper, the printer seems to be ignoring my instruction to print onto legal paper.

Here is the code:
Imports System.Drawing
Imports System.Drawing.Printing
....
Private printFont As Font
Private ds As dsSummons
Private formToPrint As FormType
[Code] .....

I first tried "pd.DefaultPageSettings.PaperSource = PSource" but that didn't seem to work. I also tried setting "pd.PrinterSettings.DefaultPageSettings.PaperSource = PSource" but that doesn't seem to work either..

View 5 Replies


ADVERTISEMENT

Code To Print To A Specific Printer

Jun 24, 2010

i have bin searching around the internet to find a code that helps me print to a specific printer i define within the code. i wasn't lucky to find any vb.net or c# code, i only found vb6 code. is there a way to do this in vb.net?

View 2 Replies

Print Crystal Report Directly From Specific LPT NAME Printer Using Vb Code

Mar 25, 2011

how to use vb code to code the crystal report viewer in the vb to print directly instead of view first before print from specific NAME of printer? i also need to ask how to set the printer name through in the vb code ??

View 4 Replies

VS 2008 : Get Network Computer's Printer List And Printer Info?

Dec 7, 2009

get a list of printer's (name,port,model) from a computer over the network. I know how to list my own, but it's from querying the Win32_printer object on my machine, I need to be able to do something similar on a remote machine.

View 4 Replies

Assign A Specific Position Across The Line To Have The Printer Print The Data At Without Left Padding The Array Data?

Jul 6, 2011

Ypos = TopMargin + Count * PrintFont.GetHeight(ev.Graphics)
ev.Graphics.DrawString(ROData(x, 3), PrintFont, Brushes.Black, LeftMargin, Ypos, New StringFormat())
Count = Count + CInt(ROData(x, 4))

The above line prints the data contents of the ROData array in position three. I would like to be able to assign a specific position accross the line to have the printer print the data at without left padding the array data.

View 1 Replies

Print An Array WebBrowser Each Time To A Different Printer Without Changing The Default Printer

Feb 24, 2009

I want to print an array WebBrowser each time to a different printer without changing the default Printer (not to use the SetDefaultPrinter function) I tried to work with the PrintDocument object(he have the Print function and also i can choose a printer name) but I cant attach the

[Code]...

View 1 Replies

Print Word Document In Dot Matrix Printer With Printer Default Font?

Apr 21, 2010

i m using this this coding to copy and print the word document

System.IO.File.Copy(Application.StartupPath &"PrintT.doc", Application.StartupPath & "PrintT1.doc", True)

Dim line1 As String

Dim line2 As String

line1 = "Line1 Replace"

line2 = "Line2 Replace"

[Code]...

now i need to print the Word Document with Printer Default Font(Draft 17.5 CPI) in Dot Matricx Printer

View 2 Replies

Print Directly To The Printer : Change Printer Font Size?

Jul 2, 2010

For my current application development I need direct printing technique,For the purpose I refer Microsoft Support page Titled"How to send raw data to a printer using VB.Net "The code snippnet specified is perfect for my application.Refers link [URL]But I need something more like Setting the Printer font to Condensed.By default my printer use the font 10cpi ,by using this font size I limited to print only 80char on A4 sheet,but I have more than 80 char on line so I prefer Condensed font size.

View 2 Replies

Select Printer Tray In Visual Basic 2010?

Aug 1, 2011

I want how to select tray means my printer is epson styler 650 CD/DVD Printer. How to Select tray CD/DVD

View 6 Replies

Send Some Data To Printer Through COM1, Label Printer's Ready Signal Led Will Be ON/OFF But It Does Not Print Anything Or Any Label?

Feb 8, 2007

I have a label printer (Argox 1000-x) and i want to print some datas on it. And this printer is connected to my computer via the COM1 port. I can open/write COM1. And when i send some data to printer through COM1, Label Printer's Ready Signal Led will be ON/OFF. But it does not print anything or any label..

View 5 Replies

How To Print From Printer

Jan 14, 2010

I know this says not for VB6, however there does not seem to be a forum for VB6. I have VB6 and Access. I want to print to a printer.There is a Printer class with many properties such as line draw, page, orientation, EndDoc etc. It does not have a print option. All documentation I have been able to find is like this

Dim printer1 as printer
set printer1 = Priinters(2)

printer1.print "This is a test line." ' This does not work, error message "Runtime error '438'" "Object doesn't support this property or method." also I get the same error message for printer1.EndDoc even though it is listed.

View 2 Replies

Set Printer To Print Pdf?

Sep 14, 2011

I am using the PDF control from Adobe to view and print pdf documents and works well. I am setting the default printer prior to printing and then call Print. I need to change this where I do not change the default printer due to a conflict with another program. But I cannot see where I can set the printer only for printing from this control. I do not want to use a dialog because it does have a PrintWithDialog option. Is there any other way to do this without the dialog?

View 3 Replies

C# - How To Print To Printronix Printer

Dec 3, 2010

Does someone has already printed to a printronix printer (serie t5000r) using .NET (visual basic or C#) ? We already have the file (txt) with the code to generate the label until I know the code it's PGL. What've done was to use file.copy() to send the file to the LPT1 port (we use this method with Zebra printers and it works fine) but the printer print plain text instead of the label with it's format (barcode, titles, etc).

[Code]...

View 1 Replies

Get A Loop To Print To Printer?

Oct 5, 2011

I am trying to get a loop to print to my printer. I have only used this in building a database and writing the code into a table on screeen. This is the WHILE loop code I am trying. Am I close to having it send to a printer correctly?

Tim
Dim
B

[Code]....

View 6 Replies

How To Print To Printronix Printer

Apr 17, 2009

We already have the file (txt) with the code to generate the label until I know the code it's PGL.What've done was to use file.copy() to send the file to the LPT1 port (we use this method with Zebra printers and it works fine) but the printer print plain text instead of the label with it's format (barcode, titles, etc).

^CONFIG
SFCC;94
END

[code].....

View 4 Replies

How To Print To The Printer - Microsoft

Jun 22, 2011

I am an old Quick Badic Programmer - I was pretty good. VB 2010, and the .NET framework, are NOT improvements! Moving on, all articles I read about printing are focused on VB 6, and little or nothing about VB 2010 or .NET I don't care about the power pack, since it isn't any better than .NET - so how about a ground-up tutorial on how to print to the printer for someone who is being driven crazy by Microsoft's total F-UP of BASIC.

View 1 Replies

Print Directly To Printer?

Mar 23, 2006

I have a program needs to print directly to a Zebra TLP 2844-Z barcode printer.

I tried the codes in [url]... but an error occurred when i run it, as follows:

A call to PInvoke function 'test!test.RawPrinterHelper::OpenPrinter' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.

May I ask if any one has any other idea of printing directly to printer in VB2005?

View 1 Replies

Receipt Print Using Pos Printer

Mar 11, 2010

i am working on small RMS and got problem to print receipt using pos printer. the expected out put is like that.[code..]

View 1 Replies

Print My Invoice Direct The Printer?

Mar 9, 2010

i want to print my invoice direct the printer.my invoice have labels only. when users click the print button its shuld show the printdialog and print directly.i am using this code

HTML
Imports System.Drawing.Printing
Public Class cvn_Invoicefrm_3[code]....

i have only labels.i am getting values from database and assigning to labels.concept of this is the filled form needs to print when users click on button.

View 8 Replies

.net - Print Report Directly To The Printer?

Feb 23, 2011

How can I print report directly to the printer, instead of viewing it on screen?

View 1 Replies

Api - Print Text Dynamically In A Printer?

Oct 16, 2010

class to be used to print a paragraph of text that is to be printed on a printer, In vb.net, more than 1 page of text must be dynamically printed by retrieving data from the database.

View 1 Replies

Cannot Print Linecommands To Star Printer

Nov 19, 2009

cannot print linecommands to star printer

View 1 Replies

Print Automatically On The Printer Via IP Address?

Mar 11, 2009

I have a crystal report and I have to print automatically on the printer via IP address.

View 1 Replies

Print Barcode Using Printronix Printer?

Jan 5, 2009

i have to write the program for printing barcode. firstly user have to scan the serial number and then the program will encoded the number to be barcode(any barcode such as barcode 39, 128 etc).then print the barcode using printronix printer.

View 1 Replies

Print By Printer On Custom Paper?

Jun 18, 2012

This is pankaj, I am currently working on the printing project. Here I have creating a custom paper(height =

1000mm and width = 800mm) on the printer via code and then trying to print the text on a specific location (for

example. top = 1cm and left = 1cm). It does not print the text After trying many time i found that printable area,

created by the code, is not changed but it is changing height and width as custom paper i have given in the code. But still it's printable area remains the same as previous paper

View 2 Replies

Print Document Through Network Printer?

Nov 12, 2008

i have tried to print pdf file through network. i have used printdocument. File is printed with no content. Content is not set to the printer. My code is

Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[Code].....

View 2 Replies

Print HTML Files & Specify The Printer?

Dec 7, 2011

I need to print HTML files to specific printers. A search turned up nothing useful. It seems that the WebBrowser control only allows printing to the default printer. Does anyone know of a way to print HTML files & be able to specify the printer?

View 3 Replies

Print In Passbook Printer Using 2008?

Aug 16, 2010

How to print in passbook printer using visual basic 2008.

View 2 Replies

Print PDF File To Remote Printer?

Jun 15, 2009

My intesion is to Print PDF File to Remote Printer from VB.net with out showing any window, i used Following code, But i but one Adobe Reader (Blank) is Showing ..

For i = 0 To FileList.Count - 1
Dim startInfo As New ProcessStartInfo
startInfo.FileName = FileList(i).ToString

[Code]....

the problem is How to set printer and Remove Blank Adobe reader window

View 4 Replies

Print Raw Text Using Dot Matrix Printer?

Aug 10, 2011

I want to print text line by line by passing raw text per line to dot matrix in vb.net. Is that Possible

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved