Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB printing
Name: billy blue Date: November 12, 2001 at 11:44:51 Pacific
Comment:
Does anyone know how to send text to a printer. instead of to the screen. Im using the print statement to print to the screen, but I want the text to be sent to the printer.
Name: cbeck Date: November 12, 2001 at 13:54:17 Pacific
Reply:
Use the Printer object to set your preferences and the Printer.Print method to put the output onto the printer.
Search for the Printer object under VB help. It gives examples.
0
Response Number 2
Name: Overburn Date: November 17, 2001 at 22:37:56 Pacific
Reply:
If you need any help, i have an old VB project that uses printing that i would be willing to send you, you could rummage through it and try to figure it out... Email me if you are intrested. Overburnsft@msn.com
0
Response Number 3
Name: Mary Ng Date: April 2, 2002 at 08:45:29 Pacific
Reply:
Object.PrintFile (filename) or Object.PrintText "text"
Summary: Dear Friends, I have a print routine in VB which makes use of the following function. PrntErr = OpenPrinter(Printer.DeviceName, lhPrinter, 0&) This works well in Win 98. Now I have installed Win XP, ...
Summary: peeps, about printing in passbook printers using a VB application; is it possible for a VB application to detect if theres already something printed on the first line? kinda like it skips to ...
Summary: Hai i hav doubt in Taking Print Out from vb. Actually when the user press the print button(command button) the contents of the textbox etc must be printed in a paper(on some specified area). Pls reply...