Results 1 to 5 of 5

Thread: TMemo with images...?

  1. #1

    TMemo with images...?

    Hi folks.

    Does anyone know some component like TMemo but allowing me to draw also images on its canvas?

    I've found only TRichView but it is way above my price limit... ;-) Which actually is (0$ :lol: )

  2. #2

    TMemo with images...?

    From the standard controls tab take a look at TRichEdit and read up on RichText. Of course you could also override the basic TMemo class and implement your own that allows you to draw to its canvas.

  3. #3

    TMemo with images...?

    Quote Originally Posted by jdarling
    From the standard controls tab take a look at TRichEdit and read up on RichText. Of course you could also override the basic TMemo class and implement your own that allows you to draw to its canvas.
    TRichEdit doesn't allow to use Images on its canvas...And I don't want to implement this by myself.

    But I've found Virtual TreeView components which should do the job.
    They offer amazing features

  4. #4

    TMemo with images...?

    You didn't specify what the purpose of this is so don't know if this idea is any good; I've used TWebBrowser for that task in my little chat program. Putting text in a .htm that even allow animated gifs (smileys ). Just need to add some start, end and other tagging.

  5. #5

    TMemo with images...?

    Personally i like this one: http://pbear.com/htmlviewers.html
    http://3das.noeska.com - create adventure games without programming

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •