views:

132

answers:

2

how to make a tmemo and Tedit with a transparent background? or add image background on it's canvas. that workable in both Delphi7 up

+2  A: 

I have no actual answer to the question, but I know that TJvMemo from JVCL allows you to set it to transparent. Maybe you could just use that component? If not, you could check how it works.

dummzeuch
+1. Why do something that has already been done :-)
Svein Bringsli
@swein: In this case: Because you might not want to add several thousand lines of code of the jcl/jvcl to your project. OTOH: I rarely write a program without the jvcl.
dummzeuch
+1. dummzeuch because most of the component has a lot of addon units that is not usable on my appication. I better use the most basic as much as posible.
XBasic3000
A: 

You can use a window-less Rich Edit control. There might be easier solutions, however.

Andreas Rejbrand