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
2010-09-15 06:40:44
+1. Why do something that has already been done :-)
Svein Bringsli
2010-09-15 06:47:36
@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
2010-09-16 14:33:24
+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
2010-09-23 05:58:32
A:
You can use a window-less Rich Edit control. There might be easier solutions, however.
Andreas Rejbrand
2010-09-15 07:45:46