G
Guest
I want to overlay labels so that text from each label is visible. I searched this site for "Transparent" but surprisingly found no useful information except that the problem is real
Specifically, I am using Windows XP, Framework 1.1, and a Windows form. I have the following setting in the code
Me.lblTradeMark.BackColor = System.Drawing.Color.Transparen
When I display the form the top label completely hides the underlying label.
Another point to consider. My text is centered and I am anchoring the text to the left and right sides to keep the text centered. Any help that works would be appreciated.
Specifically, I am using Windows XP, Framework 1.1, and a Windows form. I have the following setting in the code
Me.lblTradeMark.BackColor = System.Drawing.Color.Transparen
When I display the form the top label completely hides the underlying label.
Another point to consider. My text is centered and I am anchoring the text to the left and right sides to keep the text centered. Any help that works would be appreciated.