Results 1 to 32 of 32

Thread: Printing Textbox Text

Threaded View

  1. #1

    Thread Starter
    Addicted Member overhill's Avatar
    Join Date
    Mar 2000
    Location
    KS, United States
    Posts
    181

    Printing Textbox Text

    I have some text in a multiline textbox that I want to print (nothing fancy). I was using this code, which works, but it doesn't wrap the text. What do I need to do to wrap the text so that it all fits onto the page? Thanks!

    Code:
        Printer.Print Text1.Text
        Printer.Font = "Arial"
        Printer.EndDoc
    Last edited by overhill; Aug 16th, 2001 at 03:44 PM.

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