Make A Transparent Images But Without Success

Dec 29, 2010

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 2 Replies


ADVERTISEMENT

VS 2005 Make Images Transparent

Jun 2, 2010

how do you make images transparent in vb 2005? i have a bunch of images that i want to use, but they all have a white square background. How would I get rid of its white square background?

View 10 Replies

Make Colored Background On BMP Images Transparent?

Jun 28, 2011

I do have the User Control from a previous Visual Basic 6.0 project that allows certain colors to become transparent. But what I'd like to find out is, how can I make a certain color combination transparent using a User Control in Visual Basic 2008 Express?

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

Merging 2 Transparent Images Into A Picturebox?

Jan 17, 2011

I am trying to use GDI+ to merge two PNG's with transparency that I have stored in an ImageList, and then show this in a PictureBox. My PictureBox size, first image size, and second image size are all the same. I thought this would be simple but the following code does not work and I am not sure why. I have searched but I could not find any code snippets specifically dealing with PictureBoxes.

[code]...

At the moment when I click the button I see the PictureBox flicker with the image for a splitsecond.

View 2 Replies

VS 2010 :: Make An Application To Save Images [or Download Images] To Local Hard Disk

Aug 12, 2010

I was thinking to make an app to save images [or download images] to local hard disk. But to keep it easy, I want this app to create a small picturebox on form to show the thumbnail of downloaded image. Lets say a 5 pictureboxes has to be added with the thumbnails to show the recent downloads. A user can save the location where he wants to save the files on hard disk. A listbox or a dropdown menu will help in categorizing the images, like image1 in friends section, image2 in family section, image3 in others, etc... When the program restarts all the latest 5 thumbnails has to be loaded in pictureboxes and the directory that was chosen. Finally, a button that shows the downloaded images into original image file size one by one or a slide show. Is it possible to make such program?

View 2 Replies

Make Several PictureBox Images Randomly Visible = False And Then Back To Visible = True Giving The Appearance Of Flashing Or Blinking Images?

Jun 28, 2010

I have placed several PictureBox Images of different colored dots(which represent lights) on an image of a Christmas Tree. I can make the lights randomly flash using a randomGenerator and a Select case statement. However, the code is very long. There are 67 lights on this tree and the code is 71 pages long. There has to be an easier way to do this. So far I have tried the following with two images of lights just to see if it would work and it does not work:

Dim picLight(2) As
Boolean
For intX

[code]....

View 8 Replies

How To Make TextBox Transparent

Sep 11, 2007

Can I make TextBox transparent?

View 8 Replies

How To Make A Groupbox Transparent In VB

Mar 12, 2009

The question pretty much says it all, I've tried setting the backcolour to transparent in the properties section, but it didnt seem to work. I have a picture behind the groupbox that I need to show through it. Is there a specific way of doing this?

View 2 Replies

How To Make PictureBox Transparent

Dec 8, 2009

How can I make a picturebox transparent?

View 8 Replies

How To Make Windows Transparent

Aug 24, 2011

how do you make windows tranparent? Never Fear Spartucus49 is here

View 8 Replies

Make A TextBox Transparent?

Jun 17, 2010

Is it possible to make a TextBox transparent?

I have a form that has a gradient background and I need the textbox to allow the user to type into and it shows the text and the blinking cursor carrot when it has focus, other than that it's totally transparent, like a label.

View 1 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 GIF Background Transparent?

Feb 18, 2011

I have hundreds of .gif images with white backgrounds that I would like to make transparent using a vb.net procedure.

View 1 Replies

Make Picture Box Transparent?

Jun 22, 2010

I use picture box to view web cam, it works. But i wan to add another transparent picture box on top with upload a picture transparent background circle . So when i open web cam there is a circle on the web cam. Is that possible? How to make picture box transparent?

View 3 Replies

Make Transparent BG Of Panel?

Jun 18, 2012

My Project is Hair Sytle simulator all I need is to transparent the BG of the Panel

View 1 Replies

Possible To Make Form Transparent?

Jul 13, 2010

Is it possible to make ONLY form transparent and other things like, panels and pictureboxes on it are set to opacity 100%? That means, panels and pictureboxes are not transparent.

View 14 Replies

Can't Make A Transparent-background-trackbar

Feb 6, 2009

This is the Trackbar in MS Office Picture Manager, I can't make a transparent-background-trackbar like it, when I tried to make the background transparent, it say that "this control doesn't support transparent color", the trackbar also always behind the toolstrip (I chose "Bring to front" from context menu).

View 3 Replies

Code To Make A Image Transparent?

Apr 7, 2009

I wish to make a bitmap image (.bmp) transparent using VB.NET code.

View 3 Replies

How To Make A Button Transparent/invisible

Mar 18, 2012

how can I make a button invisible/transparent (and still functional) without changing FlatStyle to Flat?

View 7 Replies

How To Make Form Transparent (Borderless)

Jun 8, 2011

How to make A Form in vb.net Transparent without Making Its Contents Transparent..! Actually I mean I make a border less form which I want as Transparent and in that Form I added little animation picture. And I want this animation picture visible. But what is happening here is wen I am setting the Form opacity to 10% both Picture n form are getting Transparent. I only want form transparent and not the Picture.

View 3 Replies

How To Make Transparent User Control

Oct 17, 2011

I did some research on how to make transparent User Control, The suggested code was like this:
Private Sub New()
' This call is required by the Windows Form Designer.
InitializeComponent()
' Add any initialization after the InitializeComponent() call.
Me.SetStyle(ControlStyles.SupportsTransparentBackColor, True)
Me.BackColor = Color.Transparent
UpdateStyles()
End Sub

When I build the project, there is no errors. But, When I try to load my user control using the "Choose ToolBox Items" dialog, it gives me the following error message:
"There is no components in [dll path] that can be placed on the toolbox."

View 4 Replies

Make A Button's Bgcolor Transparent Over Only Other Con?

Oct 4, 2011

I have a borderless form with its transparency key set to its background color. I have a richtextbox a little smaller than the form clinging to the bottom left corner of the form. At the top right corner of the RTB, I have an overlapping button control that's clinging to the top right edge of the form (it's overlapping the top right corner of the RTB.) The image I have selected for the button is a circle, so I changed the flatstyle to flat, made the border 0, made the mouseover and mousedown background colors transparent, and of course made the control's background color transparent.

Here's the problem... When I run the program, instead of seeing the top right corner of the RTB that is overlapped by the button through the button, all I see is the window that's behind my program's form (or the desktop if there is no background window.) I want to see that corner! It's supposed to look like a sheet of paper with a button overlapping the corner.[code]...

View 1 Replies

Make A Color Transparent Does Not Solid?

Jun 9, 2011

I want when I color a shape ,that color does not wipe the background picture.I want it be transparent not solid :S I tried Opticity property :-/ but it is just for the whole form :icon_sad: ,it does not available for the color.

View 3 Replies

Make A Frame's Backcolor Transparent?

Nov 1, 2009

How do I make a frame's backcolor transparent?

View 1 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

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

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

Make Form Transparent - But Not Controls?

Jul 10, 2010

How can I make a panel on my form not become transparent when the form is set to transparent? I have the form at 80% opacity, but I don't want the panel to be transparent.

View 6 Replies







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