473,378 Members | 1,396 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 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 5119
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 thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: DS | last post by:
Anyone know of any downsides of using Transparent Buttons with Labels behind them? Thanks DS
2
by: Steve Barnett | last post by:
I've got a form on which there is a picture box with a picture in it. On top of that I place two labels and make their backgrounds transparent. What I expect to see is the picture showing through...
4
by: jcrouse | last post by:
I am using the following code to move a label on a form at runtime: If myMousedown = lblP1JoyRight.Name Then If lblP1JoyRight.BackColor.Equals(Color.Transparent) Then bTransCk = True ...
2
by: Dean Slindee | last post by:
It appears that I have two routines that don't play well together! First routine: a form's background is shaded with a gradient color. Second routine: then, the background of all labels on the...
2
by: Pascal | last post by:
Je veux que mes label soit transparent aussi sur mes picturebox alors j'écris : i want my labels to be transparent on my pictureboxes so i wrote : Private Sub Form1_Load(ByVal sender As Object,...
3
by: vul | last post by:
I used to use creating headers (label at the top of the screen) for VB6 forms as 2 labels shifted a little bit with different for colors to get a simulation of a shadow. I set BackColor of both...
8
by: MikeB | last post by:
Hi, I created a picturebox with a map as an image. I want to make certain areas on the map clickable hotspots and the way I'm trying to do this is to create a transparent label with a different...
3
by: T Clancey | last post by:
Hi all. I've been working on a small and very simple label design app for a few days now, I've got most of my problems solved, although I'm sure there are some more just around the corner! ...
1
by: FPhoenix | last post by:
Ive been Developing a program in VB.NET after an extensive break from VB6. In this application i have an image that gets loaded through a listbox, on this image there are areas on the various...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel

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.