transparent text box
-
Hi.. i was just wondering.. how do u create a text box whose background is transparent.. 'coz the static text control, when placed on top of another text control or other controls, covers it / hides the other controls...
Use TextOut() in the OnPaint() eventhandler... - Anders Money talks, but all mine ever says is "Goodbye!"
-
Use TextOut() in the OnPaint() eventhandler... - Anders Money talks, but all mine ever says is "Goodbye!"
-
Is this when you use a static text control??? Is it possible if i get a sample project... Thanks in advance... ciao...
I had the same problem some time ago. Instead of a static text, I "wrote" the text myself with TextOut() in the OnPaint handler... You have to do it at runtime. Take a look at TextOut() in MSDN, and try it in your dialogs OnPaint() - Anders Money talks, but all mine ever says is "Goodbye!"