472,111 Members | 1,973 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,111 software developers and data experts.

transparent labels, link labels?

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 your
text 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
Nov 20 '05 #1
3 5042
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
.

Nov 20 '05 #2
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 your
text 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
.

Nov 20 '05 #3
This doesn't work...makes the background control gray.....

Does it work for you?

Thanks,

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 your
text 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
.

Nov 20 '05 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by DS | last post: by
2 posts views Thread by Steve Barnett | last post: by
4 posts views Thread by jcrouse | last post: by
2 posts views Thread by Pascal | last post: by
3 posts views Thread by vul | last post: by
8 posts views Thread by MikeB | last post: by
3 posts views Thread by T Clancey | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.