Click to See Complete Forum and Search --> : static text


April 24th, 1999, 08:15 AM
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.,

Paul McKenzie
April 24th, 1999, 10:20 AM
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

April 24th, 1999, 11:03 AM
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