Results 1 to 2 of 2

Thread: Print a Form .net

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Location
    Phoenx, AZ
    Posts
    15

    Print a Form .net

    I was wondering if there is a quick way to print a form in .net. I just want an easy way to print the form. Main purpose is to print the labels on the form in the layout that i provided on the form without dealing with a lot of coding. Any help much appreciated.

    I noticed there is no longer a print.form1 function as there was in vb 6.0, any work arounds?

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Check out the print document class - in the print event you need to manage your data on the page (ie. when to break for another page - width and height wise, etc.).

    I haven't found an easy way (besides alt+printscreen) :-)

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