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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting Bitmaps into Richedit

Status
Not open for further replies.

sOlsTiCezA

Programmer
Mar 20, 2002
17
ZA
Hi People

I want to insert a bitmap into a richedit box. Any ideas ?

 
You can't. TRichEdit isn't designed for this, and it doesn't do it.

If you don't need editing abilities, you could use a control that exposes its Canvas property, like a TImage, or like the Form itself. You could then draw text and graphics directly onto the Canvas.

The other alternative is to go to somewhere like Torry's and see if you can find a control that does what you need. -- Doug Burbidge mailto:doug@ultrazone.com
 
hi,

There is away to do this, but it is a lot of programming and it would be reinventing the wheel. At you will find the RXlib, which includes a RxRichEdit with the following features:

TRxRichEdit is RichText (RTF) Editor which is able to manage OLE objects and graphics.

It is a free components package.

Steph [bigglasses]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top