PageRenderTime 45ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBWinFormPrinting/ReadMe.txt

#
Plain Text | 35 lines | 21 code | 14 blank | 0 comment | 0 complexity | ad8f055b4288d20d8ca2ab3a5765cd12 MD5 | raw file
  1. ================================================================================
  2. WINDOWS FORMS APPLICATION : VBWinFormPrinting Project Overview
  3. Printing Sample
  4. ===============================================================================
  5. /////////////////////////////////////////////////////////////////////////////
  6. Summary:
  7. The Printing sample demonstrates how to do standard print job in Windows Forms
  8. application.
  9. /////////////////////////////////////////////////////////////////////////////
  10. Code Logic:
  11. Create a print job
  12. 1. Add a PrintDocument component to your form.
  13. 2. Right-click your form and choose View Code.
  14. 3. Write code to handle the PrintPage event.
  15. /////////////////////////////////////////////////////////////////////////////
  16. References:
  17. 1. Creating Standard Windows Forms Print Jobs
  18. http://msdn.microsoft.com/en-us/library/aa984337.aspx
  19. 2. Windows Forms General FAQ.
  20. http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/77a66f05-804e-4d58-8214-0c32d8f43191
  21. /////////////////////////////////////////////////////////////////////////////