well, is this only possible through code?
Not in the IDE?
I see no way to do it there.
Thanks I will try this.
Shane
"Amalorpavanathan Y (AMAL)" <am*********@lycos.com> wrote in message
news:03****************************@phx.gbl...
Hi,
Set BackColor property to Label and Link Label Controls
to get transparent color.
Me.lblTest.BackColor = System.Drawing.Color.Transparent
Me.LinkLabel1.BackColor = System.Drawing.Color.Transparent
Regards,
Amal
-----Original Message-----
Is there no way to make a label or link label transparent
in vb.net?
This is a real pain on about screens with nice graphics
where you want yourtext backgroup to be transparent.
I can drawstring most of it--shouldn't have to.
But how to do the linklabel I don't know--other than
using the control.
Ideas? solutions?
Shane
.