I am rewriting printing code(DOS based unfortunately)for a program that prints directly to an HP LaserJet using PCL codes and does not use drivers. The code currently calls a stored macro of a logo in the printer and then prints the remaining data to the page.
I want to send the logo image...
Thanks for the quick reply. I guess I was still asleep when using the code you suggested. I'm using printdocument as the print program.
PrintDocument1.PrinterSettings.PrinterName = "Printer Name" - is what I didn't do. It works fine now.
Thanks very much for your help!!
Thanks for the reply.
I tried the above code and get several exceptions and could not get it to work. I am using the following code to read available printers.
Dim P As Integer
Dim AvailablePrinters As String
For P = 0 To System.Drawing.Printing.PrinterSettings. _...
I am writing an invoicing application that will print 3 different forms on 3 different printers [sequentially] when the user finalizes the invoice. All the printers are dedicated to a particular form. I don't want the user to have control over selecting the printer but rather select the...
Thanks! Those are some of the concerns that I have and the reason for asking for opinions. I am concerned about network traffic too vs keeping mutiple file connections open from mutiple users. I should add that I am not using general record locking as it then ties the record up to other users...
I need an opinion. I am writing a (5-10 user) multi-user business application. Files will reside on a Windows 2003 server and accessed by various XP workstation users. For a variety of reasons (not important here) I am using random access shared data files and accessing them them using...
I recently switched from Thunderbird mail to Outlook 2003. I have one account that I get many emails daily which are numbered sequentially in the subject. When [group] printing the emails in Thunderbird, all the emails would print in sequential order by the number in the subject. In Outlook...
Thanks for the fast response. I really appreciate the assistance. It works perfectly!
I also added the following line of code in the Do...Loop which makes the colored text selection bold as well.
RTB.SelectionFont = New Font("Microsoft Sans Serif", 8, FontStyle.Bold)
Thanks again!
I am writing a program which keeps notes on individual customer accounts. I am using a richtextbox which I have never work with before and have little knowledge of.
There are three types of notes kept(Problems, Memos and Quotes). Individual notes will be loaded from files in to a richtextbox...
I have an application that needs to launch the default email client as it exits. I do not want to use the mailto: method because beacuse I am not creating a new outgoing email.
I have been unable to determine what the default email client on the machine is to launch the correct program.
I am...
I am writing a program which displays a series of incidents from a log file in date order into a rich text box. I want to highlight the incident header in a color based on the type of incident with the text of the incident in black. The format looks like this:
INCIDENT TYPE 01/01/2005 user...
We recently upgraded to a ACS 7.0 and Messaging 7.0 with a version 6 VM 4 port card and using only auto attendant #1.
I have assigned a night button on X10 and have set the auto attendant to switch to night using the button AND the business schedule. I have verified the schedule and the...
Hello - Is there a way to put a caller on hold after the [day] menu plays. I would like the system to act as a call overflow control during the days.
I would like to have a format such as this:
"Welcome to company -everyone is with other customers, please hold for the next available person or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.