Printing in VB .NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to initiate a form print (in response to a click event)
without creating a Printing class? Is there no way inherent in the Forms.Form
class to print something out?
 
Kevin said:
Is it possible to initiate a form print (in response to a click event)
without creating a Printing class? Is there no way inherent in the
Forms.Form
class to print something out?

Printing a Windows Form
<URL:http://www.knowdotnet.com/articles/printform.html>

15.1 How do I print a
form?<URL:http://www.syncfusion.com/FAQ/WinForms/FAQ_c55c.asp#q491q>
(currently available:
<URL:http://64.78.52.104/FAQ/WinForms/FAQ_c55c.asp#q491q>)

Printing a Form in a report fashion (release 2.2)
<URL:http://www.codeproject.com/dotnet/PrintingFormReport.asp>

<URL:http://www.c-sharpcorner.com/Code/2003/March/FormPrinting.asp>

<URL:http://www.c-sharpcorner.com/Code/2002/Mar/InvoiceMaker.asp>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top