-
static text
hai ,
This question has already put in the forum but it didn't give results.
The question is i have a created a static text at runtime.
i want to display that static text in a bitmap which has multiple colors in it.
i wanted to disply that text as a transparent. EVen if i give
setbkmode as transparent in onctlcolor it is not working.
i cannot setbkcolor the color of the bitmap because the color of the bitmap is
not uniform and the static text can be put in any place in bitmap.
please give replies since it is urgent to me.
regards
satish.,
-
Re: static text
I don't know totally what you are trying to do, but why do you need to create a control? Why not use DrawText(), TextOut() or ExtTextOut()?
Regards,
Paul McKenzie
-
Re: static text
i need to create a control because i have to move it to any position i like
if i do it in static text it will be erased if i move the text over it.
please reply with an answer
thanks and happy if you reply