|
-
Jul 15th, 2000, 03:49 AM
#1
Thread Starter
Addicted Member
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€
-
Jul 15th, 2000, 09:28 AM
#2
Code:
Printer.Print RichTextBox1.text
Printer.EndDoc
-
Jul 15th, 2000, 09:51 AM
#3
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.
-
Jul 15th, 2000, 09:53 AM
#4
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|