Results 1 to 4 of 4

Thread: richtextbox & printing

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    chicago (hope)
    Posts
    146

    Exclamation

    Code:
    richtextbox1.selprint (commondialog1.hdc)
    the printer prints, but if you view the printerjobs, the job is named "richtext" (or somthing similar)

    how to change that????

    thanx for help

    m€

  2. #2
    Guest
    Code:
    Printer.Print RichTextBox1.text
    Printer.EndDoc

  3. #3
    Guest
    Matthew, I don't think that method will work in this case because it does not properly format the Text.

    vbAlex. The PrinterJob might be the same as the title of your App. If so, then you can change the Title to whatever the current document is.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    chicago (hope)
    Posts
    146
    i tried changing the tilte, but if you are printing with the rtf-box, then this doesn't work.....

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