Results 1 to 4 of 4

Thread: Print Form

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2000
    Posts
    64
    I am using vb4

    I want to create a simple print button on my program which will print the text only from the form. I really do not want it to print the form as an image with the background but i will use that if i have too.

    Thanks

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    The best way would be to keep all the text on the form in a variable or array and use the printer.print method and printer.current X/Y properties to put the text on the printer.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 2000
    Posts
    64
    Is there any way i can just make the form an image and print that image?

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Apr 2000
    Posts
    64
    Any way to make a form into an image and just print this image? I have searched this forum for an hour and found this done before, but every time i try to do it, the code is not recognized. I am using vb4.

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