The text of this article is not in this database — only its details are. Read it on the old site: Printing in VB.NET
23 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Printing in VB.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Ericko RonohPosted Sep 19, 2011, 3:42 PM
Please could you assist in previewing and printing in list view. i have tried with this code but i only get a blank page. thanks in advance.
Ericko RonohPosted Sep 19, 2011, 3:41 PM
Please could you assist in previewing and printing in list view. i have tried with this code but i only get a blank page. thanks in advance.
Kirk GoodellPosted Apr 22, 2011, 4:37 PM
I downloaded this project and opened it in VB2010 and it converted. I ran it and printing two pages worth of text it loads the printer with 27 pages of nothing
John Robin DovePosted Jan 13, 2011, 7:12 AM
Many thanks for this useful example, the only simple and reusable one I have found.
sappe tuaPosted Dec 14, 2010, 6:13 AM
i like this site, thanks my friend..
yi zouffeditedPosted Oct 24, 2010, 2:50 PMEdited Oct 24, 2010, 2:53 PM
is there a easy way for printing in vb when you have a label and a textbox and also a button when you click on the button the label text and the textbox text must be printed on paper greatings from the netherlands Yi [email protected]
Natali SalamehPosted Oct 12, 2010, 2:34 AM
how can i change on a click the vb code , to a code when it reaches the printer so that the printer will not be overloaded
Darwin quezadaPosted Aug 12, 2010, 12:52 PM
How can i print a datagridview with limint of caracter in the lines
Indra DevPosted Jul 19, 2010, 10:42 PM
i want to change paper size dynamic according to tecxt box.
abdul shafiq abdul rahmanPosted Jun 28, 2010, 5:10 AM
Hi Mike, I just want to ask. If i need to print using template paper that contains table and etc, means i need to pull data from database to put on that table and print. Regards.
TimPosted Mar 16, 2010, 6:27 AM
Hello, Anybody know how to add the page numbers like word 2007 on the form in a label.text . when i add text to a rich textbox i wanna see how many page's i have before i print. Please mail: [email protected] Thanks Dummy1912
Leigh BarrPosted Jan 17, 2010, 2:28 PM
whats the best method for printing many texts boxes to a page and positoning them
DougPosted May 27, 2009, 1:38 PM
How am I able to print the form on VB.Net, meaning, my user gets the option of printing that form by the way it looks when he clicks print in my tool bar.
TomPosted Apr 3, 2009, 6:47 PM
You wrote Components, components, components. Using components is the difference between writing an application in one week vs. an application in a few hours. you sure got that part right -- from what I've been reading (and experiencing) using components to generate printed output requires weeks of programming vs. a few hours as it did before... [BTW: I did find a microsoft support entry that makes available the "old" method of printing as a library component; unfortunately, I didn't tag it in my history]
samy osmanPosted Mar 4, 2008, 10:35 AM
hi mike i have one Q I need to print panel content put in multi page thnx yours samy [email protected]
Jorge LorenzanaPosted Feb 26, 2008, 7:09 PM
a better way to print everything you want is here: http://www.neuronlabs.com/sendfile.php?file=nlsw0001.html
Simran JhaPosted Nov 23, 2007, 2:14 AM
Require to print DataGridView contents in tabular format. Simran
sudha vPosted Aug 6, 2007, 7:57 AM
Hi First i should say thanks for posting such useful topic. every thing is working fine but i am getting an error at last. what actually i need is to print the text of a richtextbox on a button click. i am getting error at printdocument1.print() stating "Your file waiting to be printed was deleted". Actually i dont have a printer connected to my system but i am printing with msoffice document imaging. can you please help me in solving this error.
Hal ScogginsPosted Jul 11, 2007, 11:28 AM
I notice that this app doesn't allow the user to print a selected portion of the text. Any chance you could add that capability?
Kumar BPosted Apr 19, 2007, 12:07 AM
Hi I want to Pint a string in different text size.... for the first line I want to give the size as 15pt and bold and the next line in 11pt and regular.... Is this possible ............ If so how
raeesPosted Nov 6, 2006, 2:07 AM
How can i increase the printable area dynamically in vb.net?