C
C
If I have two transparent labels in the same location, only one of
them is being shown. Is there some way to avoid this?
One way around this is to write on the Form itself with g.DrawString
(or something like that) twice, but it would be good to know if the
labels can handle this.
Thanks.
them is being shown. Is there some way to avoid this?
One way around this is to write on the Form itself with g.DrawString
(or something like that) twice, but it would be good to know if the
labels can handle this.
Thanks.