How to print a form

  • Thread starter Thread starter Dino M. Buljubasic
  • Start date Start date
D

Dino M. Buljubasic

I'd like to be able to print my form or some controls on it. I have found
lots of references for this but they all talk about printing a text document
from a form.

Any help will be appreciated
Dino
 
* "Dino M. Buljubasic said:
I'd like to be able to print my form or some controls on it. I have found
lots of references for this but they all talk about printing a text document
from a form.

Screenshot:

<http://www.mvps.org/dotnet/dotnet/samples/windowsandforms/downloads/Screenshot.zip>

Printing:

<http://msdn.microsoft.com/library/en-us/dnvssamp/html/vbcs_SimplePrinting.asp>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 
I am doing that but it has poor quality. When image is captured and sent to
a printer, the images look bloored, I need to have sharp printout since it
is a form.

Thanks for your help
Dino

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


Bob Powell said:
Capture an image of the form as outlined in the GDI+ FAQ then use the Print
system to send this bitmap to the printer.

--
Bob Powell [MVP]
C#, System.Drawing

The October edition of Well Formed is now available.
Find out how to use DirectX in a Windows Forms control
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Read my Blog at http://bobpowelldotnet.blogspot.com
 
Back
Top