Picturebox PNG Transparency?

Jun 29, 2010

Right now I currently have an array of pictureboxes, and over them I want another large picturebox that has a sort of transparent fog effect. I created a png with this and made sure to save the alpha transparency, however when the picturebox shows up, you are not able to see underneath it. Is there anyway to fix this without using the GDI instead of pictureboxes? Because of the way the program is set up, I think GDI would be too slow for my purposes.

View 1 Replies


ADVERTISEMENT

Picturebox Transparency - App Has Scrolling Images In The Background And A Picturebox On Top

Feb 28, 2009

My app has scrolling images in the background and a picturebox on top. The image in the picturebox has transparent parts. How can It so that the transparent parts show whatever is belo the picture box, not the form background? I have tried taking screenshots and positioning them as background but this just freezes the app.

Dim ScreenSize As Size = New Size(154, 83)
Dim screenGrab As New Bitmap(154, 83)
Dim blank As New Bitmap(100, 300)

[CODE]...

View 1 Replies

Picturebox Not Honoring Transparency

May 9, 2011

I have a windows form application where there are several circles that need to be moved around the form at random. I have tried doing this with pictureboxes, as well as ovalshapes.

When I use a picturebox, the corners of the image (which should be transparent) show as the same color of the form, when they should show what is underneath (which could be another circle).

I do not have this problem when I use an ovalshape. However, two of my circles need to have a star on them and I can't seem to figure out a way to do that because I can't get a transparent background. I've tried a transparent background image and a transparent background label and nothing seems to work.

View 1 Replies

VB Form And Picturebox Transparency?

Dec 29, 2011

I want to try an simulate a fake lighting system in Visual Basic 2010 by using 2 images.One is Form1's background, and the other is Picturebox2's image. Picturebox2's image is a black background with a transparent circle in the middle.The only problem is, when transparent, it shows the background of the form, and looks right through the background image.How could I get around this so that the transparent part of the image is Form1's background image, and not the backcolor?

View 4 Replies

Drawimage On An Empty Picturebox Keeping Transparency?

Nov 15, 2010

In the following code is the way to make a picture transparent (picture i1 is emty and opacity can get values from 0.00 to 1.00[code]...

View 1 Replies

.net - Picture Box Transparency In Vb?

Feb 18, 2012

When i run my code, the picture box has a background colour, even though I have set the background colour to transparent in the properties window.

View 1 Replies

Flash - Transparency In Swf In .net?

Mar 9, 2010

how can i control swf background transparency in vb.net either with flash.ocx or if there is any other way.so that if i have a swf animation block with red in background and some text written with yellow. now how can i remove that red background in vb.net.actually i want to make a system so that i can choose any color as transparency key for swf like in tv channels logos.

View 2 Replies

Get Image Transparency To Come Through In VB?

Jul 20, 2009

how you can get image transparency to come through in Visual Basic? Because if you try to put an image with some transparent sections on it on a form, the transparency turns into the form background colour (Though you could change the background image to whatever you want displayed under the image, but that's not the point) and basically I can't find any way to do irregular transparencies.

Alright, that's not very simple. I'll try to give an example:

You have an animated GIF of...say...fireworks. And it has a transparent background. Now say you have a few labels with text in them. When you draw the picturebox over the labels, the text in the labels is covered by the background of the fireworks, even though it's transparent. You can't see the labels. You want to see the fireworks exploding over the text

I can't see any way of getting around this, other than doing it in another program and putting the text and fireworks into one PictureBox. but it would be so convenient if it could work in Visual Basic, because you can control the text the in the labels and keep the animated "fireworks" exploding at the same time without using multiple animated images.

View 6 Replies

Have Transparency On A Form?

Feb 7, 2009

Is it possible to have transparency on a form but not on a button on the form?I know transparency can be controlled for the form in properties (VB 2005), but how can we isolate the button from being affected?

View 2 Replies

Set The Transparency Key To A Color?

Oct 1, 2010

The 1st problem: I set the transparency key to a color and then set the forms background color to that color, and then set the background image to an image with rounded edges to give my form rounded edged. But the corners look VERY jagged.

The 2nd problem: Is there a way to make a form appear in the lower right corner above the task bar? Kind of like Avasts virus database definition update window.

View 10 Replies

Transparency In MDI Forms

Feb 7, 2010

Ive been on the same thing for the past seven hours now. Im trying to ether get the MDI child form title-bar-less in maximized mode, or now, get the transparency working to where the MDI child has transparency. ) This is for a home automation system im working on. major alpha stages. Hardware control works ;) but this stupid GUI is kicking my butt. So three options i have. In maximize mode on the MDI child remove the title bar, or remove the parents scroll bar so i can make the MDI child the size of the parents MDI window, or make the MDI child transparency work. Im posting a screen shot to show you what im talking about.

[Code]...

View 3 Replies

Transparency Of PNG That Are In A DLL, Is Not Working

Jul 20, 2009

The member of this comunity, Keymaf, help-me to do a DLL with PNG files and with any other type of file. But now, there is another problem. The transparency of PNG are not enabled when loaded in my project.

View 4 Replies

8 Bit GIF - Transparency / Forms And Controls

Apr 3, 2012

I have a 8 bit Gif, that is transparent, with controls sitting on top of it, all in a custom control. This part works fine. However, This control is a menu ring (appears around another control with a few options). The transparent part is over a Picbox, that is in a panel. The transparent part of the image seems to skip the picbox and go right through to the panel. I set the panel to a back color of RED. The custom control when its placed instead of showing the image in the pic box that it is on top of, it shows the RED panel I have made sure all my Z orders are right.

View 5 Replies

Create Transparency In A Sprite?

Jun 29, 2011

I've been trying to figure out how to create transparency in a sprite, i.e. with the use of a mask. Problem is, every tutorial I could find was either completely irrelevant or for freaking Visual Basic 1858.

View 1 Replies

How To Get Transparency Working In Labels

Jan 6, 2009

I search for a grand total of about four hours online for a method of how to get transparency working in labels in VB.NET 2008. After finding nothing but some example that I have no idea how to implement into my project, I have almost given up. Yes, I've heard about setting the parent properties, but in my case it is imperative that I have labels on top of a PictureBox. (Apparently it's not possible through normal means to have transparent labels over PictureBoxes.)I'm losing my patience with VB.NET, even considering switching back to VB6. How could Microsoft make such a stupid decision? Today I decided to use a stupendous workaround and instead of labels, use transparent PNGs of bitmap text. And guess what? It has the exact same problem as the labels when placed in front of controls! The transparent background has been set to the colour of the form's background!

View 5 Replies

IDE :: Aero Text Transparency?

Jun 16, 2010

My problem is when I develop my own applications in Visual Basic 2008/2010 with the Aero interface, I cannot see the text both on the form and in components. After researching on the internet, I have come to a dead end. Is there a way of fixing

View 2 Replies

Per-Pixel Alpha Transparency?

Nov 17, 2011

I'm trying to create a program using Visual Basic .NET 2010 that alters the use of my media keys - Volume up, Volume down, Play, etc. All of the example I have found don't seem to compile quite correctly in 2010. Don't get me wrong they run fine and look exactly as specified but the problem is that the form cannot be edited because it claims the designer code is ill-formatted or something along the lines of that.

Can anybody possibly spare a project or form that has perpixel alpha transperancy?The only thing i want to do is show an overlayed png that has an alpha channel, on the desktop. The form border style will most certainly be "NoBorder"

View 1 Replies

Picture Box Transparency Layers?

Aug 15, 2011

i got a large picture box sent to the back with a default image.i got a few picture boxes set to transparent and they are placed in front of that large picture box. these picture boxes have no images, just set to transparent in the properties.

I use the mousehover event on those picture boxes so when one is hovered over, it will change the image of the large picture box which is behind it.the problem is that even though those picture boxes in front have been set to transparent, when the large picture box behind them loaps a new image due to an event, it doesnt show through those picture boxes which are in front of it!

View 2 Replies

RGB, Transparency And Locate Pixel

Jul 20, 2011

I am making an image modifying program and would like to know how (after I have located the .png, .gif, .bmp etc) I can identify the properties of a certain pixel (RGB and the amount of transparency), how to change the colour of a pixel (similar to first part) and how to tell the program to "move along to the next pixel, unless you are at the end of the image, in which case; move down a row and continue" please help. Also, it is a program which converts a greyscale image (black, white and grey) to black, semi-transparent black and transparency). Just in case that helps.

View 1 Replies

Rotate And Add Transparency To Controls?

Jun 16, 2012

i know there is an option for the whole form to be transparent but each control?

View 3 Replies

Set Icon Transparency In Toolbar?

Feb 3, 2011

I have created a toolbar on my form and added icons (.ico or .png) such as New, Open, Save, etc. I can't seem to find out how to make my icons transparent so I don't have the white background displayed on the icons.

View 2 Replies

Set Transparency Of A Bitmap In Vb Using Trackbar?

Jun 11, 2011

i need to set the transparency of a bitmap using a trackbar. how can i do this? if i change the value of the trackbar, the image's transparency will change.

View 1 Replies

Support For Alpha Transparency?

May 2, 2010

I would like to drop a few buttons onto a picture box or a container control that has a background image set.

I would like to have the button's image be an alpha PNG file.

I can manage the mouse over and click such that the button behaves exactly as one does on a web page.

I struggled with it in vb.net 2005 with no luck. If you take a PictureBox and lay it on top of another PictureBox, and set its images to alpha PNG's, and its background to transparent, then the form shows up in the alpha blend, not the other picture box.

And if i accept that i am limited to the background of the form, then it's performance then becomes unacceptable.Since i can Graphics.DrawImage onto a PictureBox's image fast, i assume that the folks at Microsoft must have decided to use the form's background (and slow painting, and not the other controls and the z-order), by design. I cannot for the life of me figure out why they have made that choice.

So my question is this:Does vb.net 2010 support the layering of controls that supports alpha transparency, and can we now create a custom-control with a transparent background?

View 4 Replies

Transparency Of A Bitmap In A Picuturebox?

Jun 12, 2011

how can i set the transparency of a bitmap that is displayed on the picturebox, i am making a digital makeup software and i want my makeup's tints or colors be reduced or increased. this is the code of that

Public Class foundationfrm
Private SelectedFoundation As Foundation
Private MouseIsDown As Boolean

[Code].....

View 1 Replies

Transparency Works Only At 16 Bit Color?

Apr 24, 2012

I've read that using TransparencyKey on a form (for the creation of non-linear forms) only works with color density at 16 bit.

I've tried it a 32 and 16 and found it to be true.

View 3 Replies

VS 2008 Form Transparency?

Dec 19, 2009

I am working on an application which has transparent forms. By using transparency, I am smoothing the edges of the forms. I have got a bitmap which I set as background image of the form. I use red as form's transparency key. Although transparency works fine when my computers display is set to 24 bit color, when I change the setting to 32 bits, transparency doesn't work. In this case, users who have 32 bit color dept setting on their systems will not be able to use my application. When I searched the web, I found some solutions such as using bitmap.maketransparent command, or using magenta color for transparency key or using 32 bit bmp files etc. However none of them worked for me. Some forums suggest that this is a bug and there is no way to solve this problem. But if so, why some applications such as Winamp can display transparent forms although my color dept is set to 32 bit! I am sure there is a solution. I am working on VB.NET 2008 and my OS is Windows Xp Service Pack 2. Please help me about this subject.

View 10 Replies

VS 2010 Control Transparency?

Mar 29, 2011

I've making a program that must crop 20 squares out of a larger image that is in a picturebox. Now I've created a Draggable rectangle control and set it's Background to transparent. This is working (kindof).

Now I have set my control to doublebuffered = true and it Removes tha annoying flicker.My problem is that doublebuffering creates a new problem. My control's parent is a picturebox with a large picture inside.When I move my control over the picture to select the area to be cropped it updates slowly I.E The control Is in a new area but it still displays the old area and then updates which is annoying.If you want to see for yourself create a new project with a picturebox with a Image inside with my Control as a child of the picturebox.

[Code]...

I have thought of possible solutions but they might well be much slower.#1 Copy the part of the picturebox that is under the control and paste it on my control.#2 Somehow eliminate the backcolor property thus eliminating the need to paint something over the control and only paint needed parts .

View 12 Replies

VS 2010 Maintaining Transparency?

May 24, 2012

One of my programs uses transparency so that the form is the shape of the background image (.png). My problem is that everything works and looks fine on the computer I'm developing on (Win7) but when I run the program on my other computer (XP), instead of the transparency I get the background color (which is the same as the transparency color). Does anyone have any experience this problem?

View 5 Replies

Working With A Circular Transparency?

Aug 24, 2009

my team is working on an application where we have to have one image which is acting as the base of all the elements on the screen.. and this same image has a transparency in the center. now this centre transparency is supposed to display a picture which will be captured from a web cam.currently everything working fine but the only problem which we are facing is that the picture is not proportionate to what is the actual resolution that it was shot at. it has been stretched from the top and bottom. the reason is that the imagebox which has been used to call this webcam display is a aquare.now it seems that the team is not being able to use the exact proportions of the image to call it in the picturebox for a reason that the final image needs to be cropped to fit in a circle.in simple words, i have a rectangular image and i want to draw a circle over this image. whatever is within the circle should be visible, whatever is outside the circle should be transparent. (a mask needs to be created...)but the only thing is that this circle will first display the image/video from the web camera and only once the picture is clicked, it should show the same picture within this circular area.

View 3 Replies

Change The Transparency Of Forms Using ALT And UP And DOWN Keys?

Mar 30, 2011

I am trying to make the transparency of forms change in someway. I tried making a track bar with checked boxes and that didn't work, and I tried the ALT with the UP and DOWN keys,I tried to change the code so it would fit in with my program and that didn't work ether.

View 5 Replies







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