Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing Rich Text Box

Status
Not open for further replies.

JonathonC

Technical User
Aug 18, 2001
43
GB
I'm using the following code to print the contents of a Rich Text Box:

Text1.SelPrint (Printer.hDC)

How would I print some other information at the top of the message which is not included in the actual Rich Text Box itself?

Thanks,
Jonathon. Computer problems? Have you checked the loose nut in front of the keyboard yet?
 
I suppose you could insert the text into the rich text, print it, and then remove it?

I don't know of any other way using that method.

- Bill
 
Thats what I was thinking, or I could insert my information then the contents of the Rich Text Box into another (invisible) Rich Text Box which I colud then print.

Jonathon. Computer problems? Have you checked the loose nut in front of the keyboard yet?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top