I'm trying to make my Label's transparent. According to the documentation,
setting the Label's BackColor property to Color::Transpar ent should do this.
However, all it seems to do is change the BackColor to the BackColor of the
Form its on. Needless to say, this is not the same as transparency,
especially when the Label overlaps with some other visible element or if
your Form has an image as a background!
Is there a way to make a Label truly transparent?
[==P==]
setting the Label's BackColor property to Color::Transpar ent should do this.
However, all it seems to do is change the BackColor to the BackColor of the
Form its on. Needless to say, this is not the same as transparency,
especially when the Label overlaps with some other visible element or if
your Form has an image as a background!
Is there a way to make a Label truly transparent?
[==P==]