|
-
Nov 19th, 2001, 06:56 AM
#1
Thread Starter
Hyperactive Member
Help Please, Quick,
please help, i am doing a college project and i need to know code so i can print a rtf text box or an ole form, please help soon
thanks
-
Nov 19th, 2001, 06:58 AM
#2
Fanatic Member
for a rich text box you can parse the textbox to the printer
or you could use
Printer.Paintpicture
or the printform method
-
Nov 19th, 2001, 07:06 AM
#3
Thread Starter
Hyperactive Member
please could you post a code as i cant get it to work
-
Nov 19th, 2001, 07:14 AM
#4
For a richtext box
VB Code:
Call RichTextBox1.SelPrint(Printer.hdc)
will do the trick nicely.
-
Nov 19th, 2001, 07:24 AM
#5
Thread Starter
Hyperactive Member
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
|