Results 1 to 2 of 2

Thread: How do I make the Program Print?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    3

    Question How do I make the Program Print?

    In Visual Basic 6 you make a print out by making a report. How do you do that in Visual Basic.NET?

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    in VB6 there were many ways to print, not just with reports.

    In .net its common practice to use the System.Drawing.Printing.PrintDocument class and handling it's PrintPage event. See MSDN under PrintDocument.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width