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


ADVERTISEMENT

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

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

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

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 Background Of Window Transparent & Docking?

May 3, 2011

I am making a useful sticky program, i know Windows 7 has a similar one built in but it doesn't function the way i want. Here is an image: As you can see, i am having problems removing the coloration of the background application window. How can i make that transparent without affecting the image? My second question is, how can i dock my application window to the right hand side of the screen?

View 5 Replies

Make The Background Color Fade To Transparent?

Feb 6, 2010

I have tried this:

For i = 255 To 1 Step -1
MyPanel.BackColor = Color.FromArgb(i,Color.Red)
Next

This will make the background color fade to transparent.The problem is, I don't want only the background color to change.I want to change the visibility / opacity of all the controls inside that panel too..

View 21 Replies

Make Transparent Background On Splash Screen?

Nov 6, 2009

I need to know how too make the background color on my splash screen because i need it round or fading out into whats on the persons screen.

View 4 Replies

Make A RichTextBox Transparent In Order To Display A Background For It?

May 16, 2010

I need to make a RichTextBox transparent in order to display a background for it.
So far I've managed to find a custom control for it, but when I scroll the text gets all messed up (the scrollbars are bugged too). how to fix this or how to make a standard RichTextBox transparent?

View 7 Replies

Programmatically Determine Background Of Image (logos, Etc) And Make Transparent?

May 20, 2011

I'm attempting to write a solution so that my user's can "watermark" their Images with their Company Logo. I've got the actual watermarking part done and working so now I'm creating the "upload logo" feature so that they can provide me with the Logo they wish to appear watermarked onto their Images.I'm using VB.NET and this will probably end up in a Web Service that accepts the Logo JPG file, and returns the "altered" Logo. What I need to happen in this Web Service is:

1) Gray-scale the image. Which I have working as well, thanks to this article.

2) Make the background transparent (so the logo looks clean when watermarked onto an image). This is where I'm stuck.

I think for the most part, any logos that are uploaded will have a generic white background but I can't assume that. Is there a way to somehow detect the background of an image or the background colors, so that I may make those colors transparent?So basically what I need is just a way to determine the background on an Image or even just the background colors so that I may make them transparent.

View 3 Replies

VB Image - Transparent Parts Dont See Form As Background But Marioland As Background?

Feb 18, 2011

Background of form: black

background of char, bombs and shrooms: transparent

picbox behind char, bombs and shrooms is regular (marioland)

How can i fix it so the transparent parts dont see form as background but marioland as background?

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

VS 2010 Use Images In The Resource Folder As Background Images?

Jan 20, 2011

can we use images in the resource folder as background images by setting the background image during run-time by coding?

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

VS 2010 Make Colored Text By The Word?

Apr 23, 2011

im trying to make colored text by the word, like <html> is blue <body> is red. But i have a problem, here is the video about that problem: [URL]

View 1 Replies

.net - Creating Transparent Background In WPF?

Apr 1, 2010

I have a button with a backgroun image of color white. My button is sitting on the toolbar which has a bacground color of Blue. When the button is sitting on the toolbar, the button looks white, however I want it to look like blue as the the background color of toolbar is Blue.

How should I achieve this in WPF..

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

Draw A Transparent Background?

Feb 7, 2010

Is there a way to draw an ellipse with a transparent background and be able to control it's

opaqueness? I can create a brush with a color.Transparent but now how do I control the opacity of this color?[code]...

View 2 Replies

Set A Richtextbox Background As Transparent

Oct 1, 2010

this code sets a richtextbox background as transparent:

[Code]....

View 8 Replies

Set Background Of Scrollbar To Transparent?

Sep 26, 2010

I have a bunch of dynamically created scrollbars. They show up as gray against my otherwise colorful UI.

Anyone have code to either set the scrollbar background to a given color or to make it transparent so it paints as the

background color of the panel it resides on?

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

Transparent Background PNG Image In .NET?

Feb 16, 2009

I have inserted PNG image (transparent background) but it can't go to transparent. I want it to be front of other label but it's gray background hide the text what i have to do with this?

View 7 Replies

Transparent Control's Background

Dec 16, 2010

I have been looking in a lot web site and forums trying to find the way to make my picturebox background transparent or catch whatever I drew on top of a transparent panel, let's explain it.
Case 1-) I trying to make an app, where the user can load onto the winform a word document(I have part this ready), then I put on top of the control where the doc. is loaded a transparent panel(this part is ready too) and the user can sing (on top the panel) then I need to get the user's draw(sing) and print it in the document.

Every time that I try to do it always I get everything that is within the panel area, then I just want the user's sing.

case 2-) I tried to use a picturebox then it works perfect, I can get just the user's sing and print it back in the document, but the problem is, I can't put a picturebox on top of the control where the doc. is loaded because then I can't see the doc.

If anybody wants to see the code to make the panel transparent, or catch whatever you draw on top the pictureBox.

View 1 Replies

2010 Form Background Transparent?

Feb 5, 2011

how can I make my Form background color transparent?just the form those object/text are not included.

I watched this in yout*** like a month ago, i keep on searching but i cannot find.if you want to be happy, find something you love to do and do it for free, then find someone to pay you for it.

View 1 Replies

Any Way To Create Transparent Background On Textbox?

Mar 2, 2009

How to create a transparent background over textbox?

View 1 Replies

Forms :: Transparent Background Over A Picturebox?

Jan 3, 2009

I have a picturebox with a pic in it, and I have a label on top of the picture.

I want the background of the the label to be transparent, so I set it's background prop to transparent and it's parent to the picturebox. I do this on form load, but for some reason the label entirely disappears once the form loads?

View 7 Replies

Is There Another Attribute That Controls If A Background Can Be Transparent?

Feb 16, 2010

I have made one game Tic tac toe. Where the use could place a X or a O i used a empty label with back colour "transparent" for them to click on.I have now come round to making a Connect 4 game in the exact same solution, once again i am using empty labels for the users to select which slots to place there counters. However when i select "transparent" as these labels back colour they still dont go transparent.Its now happening on all forms, all projects, is there another attribute that controls if a background can be transparent?

View 6 Replies

Labels In MDI Parent - Transparent Background

Sep 23, 2010

I have some labels in my MDI parent form that I tired to make the background transparent but if I move the label on top of a form in run time, then the background is gray like that background of the MDI parent.

View 2 Replies

Making A Screensave With Transparent Background?

Aug 20, 2010

I know this may sound really difficult and annoying to complete but all i need is a form which has no borders at all,just some text floating topmost of all screen like a screensaver i tried adding a text but it still has a white background behind it and it looks like a sign instead of Floating Letters with no background at all also note that i dont want a form with a square border around it,because thats what it look like when i added form border style to none

View 3 Replies

Png Image Transparent With Video In Background?

Mar 26, 2011

Me again. I also have a png image and a web cam video in my form. I have transparent parts on the png image that show through to the form background colour.

How do I set it so it shows the video in the background, when I put the png image over the top of the video?

At the moment its still shows straight through to the back of the form?

View 2 Replies







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