Make A Transparent Label Over A Picturebox?

Jun 12, 2009

I have a small picturebox(34x34 pixels) and want to have a transparent label(maybe 12x12 or 15x15 pixels) in the corner of it, which will be used as a counter.

I saw another forums suggesting adding the PictureBox as a parent to the Label, like this:

Label1.Parent = PictureBox1
Label1.BackColor = Color.Transparent
But then the label just disappears, and no text is displayed.

View 8 Replies


ADVERTISEMENT

Transparent Label On Picturebox ?

Sep 7, 2011

I have the most problems and questions.I have a picturebox and a label on it ... how I can do label be transparent on picturebox ? If I choose at color "transparent" show me the color of the form...

View 2 Replies

Make Picturebox Transparent Over Other Picturebox?

Jun 10, 2012

I have two Picturebox and both should be transparent background, but the real problem is both transparent for form background but not over each other .

View 1 Replies

How To Make PictureBox Transparent

Dec 8, 2009

How can I make a picturebox transparent?

View 8 Replies

Make A Transparent Label?

Jun 23, 2009

I searched the forums and most of the topics involving this seem to be for Compact Framework. I need a transparent text label which shows an object directly beneath it. In this case, a rectangle. (Visual Studio 2010) I noticed that when I set the label background to transparent it shows the form bg instead of anything between the label and the form. How can I work around this without setting my form background to an image? If I were to make a custom control for it, how would that be achieved?

View 5 Replies

Make An Image In A Picturebox Transparent

Feb 14, 2010

I'm trying to make an image in a picturebox transparent, so that i can see and click the controls behind it in the transparent area. This reason for this is that i'm trying to make a hexagonal grid that needs each cell to work independantly of each other when clicked, and needs to include a changing image. I'm trying to do this with pictureboxes, but even though i've made the GIF images i'm using transparent in photoshop, They aren't displayed as such in design view or at runtime, as the corners stay grey. I'm making a clone of the Quiz-show Blockbusters

View 6 Replies

VS 2008 : Can't Seem To Make A Picturebox Transparent

Nov 25, 2009

Why is it that I can't seem to make a picturebox transparent? I just can't seem to figure it out, I set the back color to transparent, I even made a color in my image transparent but still no results. I've been able to make the back transparent before.

View 1 Replies

VS 2010 Possible To Make One Picturebox Transparent

May 5, 2012

is it possible to make one picturebox transparent, so you see the picturebox' picture underneath it?

View 2 Replies

Make A Text/label Transparent?

Oct 25, 2009

Is there a way to make a text/label transparent or another way to show text over a picture (photo)With transperant bagground

View 5 Replies

Interface And Graphics :: How To Make Picturebox Transparent

Aug 23, 2009

i am making a program with graphics and im using a picturebox for a button. The image inside picturebox is transparent .gif. The problem is that i don't know how to make picturebox transparent. I searched the internet but all exaples didn't work. Does someone know how to fix this problem?

View 4 Replies

Make PictureBox Have BackColor Transparent To Can Use (pic.png) For BackgroundImage?

Apr 13, 2010

I want to use a PictureBox2 (pic.png) above PictureBox1 (pic.jpg) on VB I used this code:

PictureBox2.BackColor = Color.Transparent
PictureBox2.BorderStyle = BorderStyle.None
but it doesn't work
it makes the border black & white

View 4 Replies

VS 2010 PictureBox - How To Make Image Transparent

Oct 28, 2009

I'm having problems making an image properly "transparent"
Dim x As Integer
Dim y As Integer
Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click
[Code] .....
The initial image is Transparent, however, once you create another image very close to it, there is a "box" around it. That "box" is what I am trying to get rid of. I have no clue on how to get rid of it. Yes, I have made the image itself, transparent, as the initial image is transparent. Just any image that makes contact with the other images show the "box".

View 5 Replies

How To Make The Label In Visual Studio As Transparent

Jun 8, 2011

how to make the label box as transparent....

View 5 Replies

Make A Transparent Label In 2008 Express?

Feb 26, 2010

How yo make a transparent label in vb 2008 express? I want to put the label over a imagebox.

View 15 Replies

Forms :: Make A Label Control Transparent Over A Panel Control?

Jul 9, 2009

I'm trying to make a label control transparent over a Panel control.However by setting the background colour of the label to Transparent, it actually sees right through to the form itself, not the panel as intended.

As an example we use a panel with a background as white, we make the label transparent, however it gets the form�s colour as blue.However, we are using a custom panel control and need the label to be transparent over the panel and not see the forms background.

View 4 Replies

Transparent Picturebox As Grid For A Plotting Control (another Picturebox)?

Jan 31, 2011

I need to plot some analog values read from the serial port.I plot them in a picturebox starting from left. When I reach the end of the control at the right side I shift all values to the left of a point and I plot the new point at the right, (I have some flickering but it could be acceptable). This is my plotting control.My problem is that I have to clear the control (picturebox) in order to plot the shifted graph, but the method Clear of the Graphics class clears everything inside the picturebox, even my grid.How can i make always visible a grid "in" my picturebox?

1.a transparent image with a grid over the PB? (the clear method cannot remove it)

2.an image with a grid below the picturebox that must be with a transparent background to make visible the grid?

3.multiple layers on the same picturebox?

View 5 Replies

Make A Picturebox That Was Made After Pressing A Button Not Visible When Intersecting With A Label?

Mar 20, 2012

In my space invaders game, you press start, which creates 15 pictureboxes. When I hit the spacebar, a bullet moves to the top of the screen. What code would allow me to make a picturebox invisible that isn't named yet?

View 1 Replies

Make A Label Control Transparent Over A Panel Control

Jul 9, 2009

I'm trying to make a label control transparent over a Panel control. However by setting the background colour of the label to Transparent, it actually sees right through to the form itself, not the panel as intended.

As an example we use a panel with a background as white, we make the label transparent, however it gets the forms colour as blue. However, we are using a custom panel control and need the label to be transparent over the panel and not see the forms background. Is this possible?

View 4 Replies

Make A Label Control Transparent Over A Panel Control?

Jul 9, 2009

I'm trying to make a label control transparent over a Panel control. However by setting the background colour of the label to Transparent, it actually sees right through to the form itself, not the panel as intended.

As an example we use a panel with a background as white, we make the label transparent, however it gets the forms colour as blue. However, we are using a custom panel control and need the label to be transparent over the panel and not see the forms background.

View 2 Replies

Make Part That Drops Down Semi-transparent Or Completely Transparent Resembling Floating Text?

Oct 27, 2010

[code] how to make the part that drops down semi-transparent or completely transparent resembling floating text. So that I can see the form underneath.

View 1 Replies

Make Userform Transparent But Have Non-transparent Controls?

Mar 7, 2008

Question:Is it possible to make a userform transparent but have non-transparent controls?I notice changing the opacity of the userform will change the opacity of controls embedded on it.

View 9 Replies

Transparent Picturebox In .NET?

Jun 12, 2011

my problem is simple i'm using VB 2010 and i'm trying to make a transparent images but without success i draw 2 GIF pictures in Photoshop and save it as transparent i put that GIF's in 2 pictureboxes on the form and the background of the pictures is really transparent, but when i try to put one picture in the top of the other one, the first picture cover the second one with the background color (and becuase it's transparent it's like the form color)?

View 10 Replies

How To Become Transparent A Label

Dec 17, 2009

how to become transparent a label?

View 1 Replies

Show One Transparent Picturebox On Another?

Feb 20, 2009

I have one picturebox on form, with dock fill.I need to show one transparent picturebox on another. How can i do that?Below is sample code, but it is not showing the small picture when i make main picture transparent.I just have to show a rectangle or a circle over the picturebox, for that i am using picturebox. Is there any way other than adding piturebox to do so? or can i make the small picture visible?

[Code].....

View 2 Replies

Transparent Background In Picturebox?

Nov 1, 2011

ok, is there a simple way to make a color in an imported picture in a picutrebox transparent?

View 2 Replies

VS 2010 PictureBox Transparent?

Apr 12, 2010

I know that this question has already been asked million of times, but until now I haven't found a WORKING way to make this to work.I've a Media Player control, and in front of it (for a logo thing), I have a PictureBox, that I want to make transparent. I've tried million of things, but couldn't get it to work.

View 31 Replies

Background Transparent Label?

Apr 7, 2012

I have a problem with 2 label, the background is not transparent, I set both BackColor = transparent, but nothing, they don't work. Both Label are located inside a panel, here is the picture so you can better understand:How can I do?

View 1 Replies

Label Backcolor Can't Be Transparent?

Dec 2, 2010

what shall i do if i want to make a label's backcolor transparent or even just looking like transparent? VB.NET doesn't support transparent label backcolor.

View 11 Replies

Transparent Label And Panel?

Jan 27, 2010

How to transparent label and panel?

View 11 Replies

Transparent Textbox Or Label

Mar 1, 2011

I'm new to VB 2005. I've worked with VB5 for many years. I can't find anyway to make my text boxes and labels transparent in VB 2005 as I could in VB5(Backgrounds).

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved