How to implement transparent background of the label control?

M

Maarten Struys

Label transparency is not supported in the .NET CF. Where do you need it
for? An option to achieve the same result would be to override the OnPaint
method of the container on which you wanted to put your label and draw the
text yourself.
 
M

Maarten Struys

You should be able to overwrite OnPaint on a PictureBox as well and directly
write the text on it.

--
Regards,

Maarten Struys
PTS Software bv
----
 
Y

Yufan

Thanks!

Maarten Struys said:
You should be able to overwrite OnPaint on a PictureBox as well and directly
write the text on it.

--
Regards,

Maarten Struys
PTS Software bv
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top