Adding print summary

I want to be able to print a summary for 4-5 forms in my program. how do I add a print summary button and then be able to print a summary. The forms have information on them that use typed in. Please help

Scott



Answer this question

Adding print summary

  • huahsin68

    Could you give some more details about your application

  • cliffhanger9

    You can search the forums, or use the Visual Basic/Visual Studio IDE to search for printing. There are several examples. Here's a link to the MSDN Online documentation with an example of how to print, but you can also find it within the local documentation:

    http://msdn2.microsoft.com/en-us/library/system.drawing.printing.printdocument(d=ide).aspx



  • Duie

    I would like to print a summary for the 4-5 forms that are part of my program. I would like to put a button on the main page that will allow to print a summary of the data on the forms. Can you help please.

    Scott


  • Adding print summary