VS 2008 - How To Make Whole Form Transparent

Feb 7, 2010

How would I make the whole form transparent but leaving in all the objects and controls, i.e Textbox, Button etc..

View 3 Replies


ADVERTISEMENT

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

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

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

Make The Picture-box In A Form To Be Transparent And Click Through?

Jan 10, 2012

I want to make the picture-box in a form to be transparent and click through.In the above image, yellow areas are the picture-boxes and Red area is the form. Form area should be transparent but not click through. Picture-boxes should be transparent and click-through. How can I achieve this ? I am doing my project in VB.net (VS2010,.NET 4)

View 1 Replies

VB 2010 Make The Form Transparent And BorderLess

Dec 10, 2011

I have a little "designing" problem in VB 2010. So, I made a cool abstract background for my application in Photoshop. And I wanted to make the form transparent and BorderLess. But, in order to imitate Windows, I also had to put in a very small black outer glow. So, I made the BackColor in a DarkGreen, then the same for the TranksparencyKey. BUT, because of the outer glow, now it looks like this:

[Code]...

View 2 Replies

VS 2010 Make Certain Parts Of A Form Transparent?

Jun 24, 2011

I know you can make certain parts of a form transparent by setting the transparencyKey of the form to the color of your choice.

vb.net

Me.MdiParent.TransparencyKey = Color.Fuchsia
Me.BackColor = Color.Fuchsia

Once I set the form to be a MDI Container, it seems to just ignore that function.

On my MDI Container form I have a menu and that is the only thing I want displayed. I want the container itself to be transparent. The forms that get loaded into the mdicontainer will be shown normal.

View 2 Replies

VS 2010 Make Form And Picture Transparent?

Jan 7, 2012

Is it possible in VB 2010 that you can make an "App" on the desktop.Attached Image:This image is made in photoshop, but as its show at the picture, this is how it should work like in VB. Where you can see through the "battery glass". i have tried with"Opacity" and "TransparencyKey", they do not work for what I want.

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

Interface And Graphics :: Design - Make A Form Transparent

Nov 18, 2010

i make a Form transparant where i dont want form background. So say like i got a round form and i can transparant the white background of the round even possible?

View 6 Replies

Make Semi-transparent Form, With Fully Visible Buttons On It?

Jun 24, 2009

How can I make semi-transparent form, with fully visible buttons on it? I'm trying with opacity, but I can't force it to work only with form.(And I need semi-transparent form, so I can't use TransparencyKey)

View 2 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 2008 - Any Way To Make Trackbar Transparent

Jan 9, 2010

I couldn't find a way to make the trackbar transparent, so I found this download of user-created taskbars, it gave me a .dll I'm not quite sure what to do with it though. This is where I got it [URL].

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

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

VS 2008 : Make A Frame Transparent In Windows?

Apr 2, 2010

I want to make a frame transparent, but not my forms only but of the whole system, for eg when I click on enable all frame and caption area must change to transparent?

View 3 Replies

VS 2008 Make A Bitmap Partially Transparent?

Dec 26, 2009

I've been looking around on the internet for something to do this, but I have not found anything straightforward. Can anyone help? I just want to draw an image that pretty much "Highlights" an area in a bitmap. Anyone know how to do that?

View 4 Replies

[2008] Make A Picture Box With An Image In Semi Transparent?

Nov 18, 2008

how i can make a picture box with an image in semi transparent like a watermark that you can see through to what is behind it.

View 4 Replies

2008 : Transparent Form But Visible Controls?

May 1, 2012

if I set the property Opacity = 0, a form becomes transparent... but become transparent all it controls, too!how to make transparent ONLY the form and let the controls, labels, buttons etc. visible??

View 2 Replies

Semi-Transparent Child Form (or Other Semi-transparent Layer) Within A Form?

Dec 16, 2011

I'm trying to draw a semi-transparent layer over my entire form when certain events occur, with a prompt in front of this semi-transparent layer (similar to the effect in Windows Vista/7 with UAC enabled)At first I was trying to use a custom semi-transparent panel, but this didn't seem to work at all. As such I'm now trying to use a child form within the form using the opacity property on the form. However, when this semi-transparent form is added to the controls of the main form and displayed, it loses it's transparency.I've got a hacky work around at the moment where the semi-transparent layer isn't actually a component within the main form, and the transparency works then, but obviously this isn't ideal and could potentially cause various issues further down the line.

View 1 Replies

Interface And Graphics :: Make A Listbox's "backcolor" Transparent In 2008?

Jun 19, 2010

I have a form and on it there is listbox. What I want to do is to make the listbox's backcolor transparent. I really do not understand. I have searched many sites but I couldn't find an exact answer. Is it really that hard to make it??? I found this code on a few sites:

[Code]...

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







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