Results 1 to 3 of 3

Thread: Printing form in VB.net

  1. #1

    Thread Starter
    Registered User jkw119's Avatar
    Join Date
    Oct 2001
    Location
    Pittsburgh
    Posts
    256

    Printing form in VB.net

    Does anyone know how to print a form in VB.net? In VB 6.0, you could simply just say,

    VB Code:
    1. form1.printform

    thanks,

    Jeff

  2. #2
    Addicted Member
    Join Date
    Mar 2001
    Location
    Devon, UK
    Posts
    181
    This is what microsoft have to say:
    'The PrintForm method is no longer supported in Visual Basic .NET. The results of the PrintForm method varied greatly depending on the screen resolution and the resolution of the printer; it was not the recommended method of printing. If you need to duplicate the functionality of the PrintForm method, you can automate the screen capture capabilities of a third-party graphics tool to capture and print an image of a form.'
    Wind and waves resolves all problems.

  3. #3
    lol that solves nothing, so what do i do to print a form?

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