May 26, 2005 #1 stefnany Programmer Mar 1, 2004 20 CA Hello!! I want print text of my textbox. How do to show a dialog box and print my text??? Thanks!!!
May 26, 2005 #2 ca8msm Programmer May 9, 2002 11,327 GB You should do some research into the System.Drawing.Printing.PrintDocument method. -------------------------------------------------------------------------------------------------------------------------------------------- Need help finding an answer? Try the search facility (http://www.tek-tips.com/search.cfm) or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
You should do some research into the System.Drawing.Printing.PrintDocument method. -------------------------------------------------------------------------------------------------------------------------------------------- Need help finding an answer? Try the search facility (http://www.tek-tips.com/search.cfm) or read FAQ222-2244 on how to get better results.
May 26, 2005 #3 chrissie1 Programmer Aug 12, 2002 4,517 BE printdialog printdocument graphics of the printdocument graphics.drawstring and the help file off course. and it's not ca8msm that has the problem it's you. I responded a similar question yesterday so if you do a little search you should find it. Christiaan Baes Belgium If you want to get an answer read this FAQ faq796-2540 There's no such thing as a winnable war - Sting Upvote 0 Downvote
printdialog printdocument graphics of the printdocument graphics.drawstring and the help file off course. and it's not ca8msm that has the problem it's you. I responded a similar question yesterday so if you do a little search you should find it. Christiaan Baes Belgium If you want to get an answer read this FAQ faq796-2540 There's no such thing as a winnable war - Sting
May 26, 2005 #4 chrissie1 Programmer Aug 12, 2002 4,517 BE this was it thread796-1065916 just change the dramimage into drawstring. Christiaan Baes Belgium If you want to get an answer read this FAQ faq796-2540 There's no such thing as a winnable war - Sting Upvote 0 Downvote
this was it thread796-1065916 just change the dramimage into drawstring. Christiaan Baes Belgium If you want to get an answer read this FAQ faq796-2540 There's no such thing as a winnable war - Sting
May 26, 2005 Thread starter #5 stefnany Programmer Mar 1, 2004 20 CA Thank you chrissie1. Upvote 0 Downvote