the printer prints, but if you view the printerjobs, the job is named "richtext" (or somthing similar)Code:richtextbox1.selprint (commondialog1.hdc)
how to change that????
thanx for help
m€
Printable View
the printer prints, but if you view the printerjobs, the job is named "richtext" (or somthing similar)Code:richtextbox1.selprint (commondialog1.hdc)
how to change that????
thanx for help
m€
Code:Printer.Print RichTextBox1.text
Printer.EndDoc
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.
i tried changing the tilte, but if you are printing with the rtf-box, then this doesn't work.....