M Maarten Struys Jul 31, 2003 #2 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.
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 Jul 31, 2003 #3 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 ----
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 Aug 1, 2003 #4 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 Click to expand...
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 Click to expand...