Opacity Takes Away Smoothness?

Feb 1, 2012

I designing a form with different control have different opacity values.the problem is when i use the transparency key method to make a portion of the form transparent the resulting form and text is not smooth and traces of the transparency colours can be seen is there a way to remove this or any other way to implement transparency?

View 2 Replies


ADVERTISEMENT

[2008] Make A 100%-opacity-label With 50%-opacity-LabelBackground On A 50%-opacity-form?

Mar 5, 2009

When I set the opacity of a form to 50%, the opacity of a label on that form is also set to 50%, but I do not want so, is there anyway to make a 100%-opacity-label with 50%-opacity-LabelBackground on a 50%-opacity-form?

View 6 Replies

Make The Form's Opacity Match The Opacity At Different Parts Of The Image?

Jan 13, 2007

I have a form with a PNG image as its background image. How can I make the form's opacity match the opacity at different parts of the image? (for example, I have a drop shadow that fades from black to transparent. How do I acheive this effect on a form?)

View 9 Replies

Set The Opacity Of A Form (not Form1) Down To 50% But Leaving The Buttons And TextBoxes At 100% Opacity?

Nov 1, 2011

How can I set the Opasity of a form (not form1) down to 50% but leaving the Buttons and TextBoxes at 100% Opacity?

View 9 Replies

Richtextbox Opacity - Lower The Opacity Of Textbox So Can See The SWF In The Background

Sep 18, 2009

From the visual code requests as you can guess i think a good GUI is very important in an App. What i want is to lower the opacity of my textbox so u can see the SWF in the background, is this possible?

View 3 Replies

Form Opacity = 0% And PictureBox Opacity = 100%

Jul 23, 2009

How can you make a form invisible...but leave the picture box visible?

[Code]...

View 3 Replies

Forms :: Increase A Forms Opacity Without Increasing The Opacity Of The Controls In The Form?

May 30, 2009

How to increase a forms opacity without increasing the opacity of the controls in the form?

View 1 Replies

Change The Controls Opacity Without Change The Form Opacity?

Jul 29, 2009

I want to change my controls opacity .I know how can i change the form opacity but I want to change the controls opacity without change the the form opacity , such as : "I want to set my form opacity = %100 and the button opacity = %50 " or "I want to set my form opacity = %50 and the button opacity = %100 " I'm using visual studio 2005 .net .I want to do that in basic language

View 3 Replies

Set Opacity Of Controls?

Oct 3, 2009

Is it possible to set the opacity of controls separate from the opacity of the main form window? What I want is to be able to set the form window and labels as "see through" (but not invisible) while keeping the data fields fully visible or mostly visible.

For example, form background and labels at 50% opacity and comboboxes and listboxes at 90% opacity.

View 14 Replies

Using Opacity Of A Form?

Feb 22, 2009

I searched around google for a couple of hours to see if I could find anything on what I wanted to do.

Needless to say, I didn't find much. Basically, what I want to do is, when my main form loads, I want to load another form that sticks to the desktop but is transparent (Opacity) except for the text I want in it.

The only thing I could find is how to reduce the opacity of the form. I don't want the form to have a border or be able to be moved around by the user. I still want the user to be able to put icons over it, but not mess with it. I also don't want it to show up on the task bar. Kind of like a background in it's own right.

I'm not even sure if a form is what I need to do this. I imagine that it can be done.

*Edit: I found an example of what I want, but I'm going to fill my form with different info [URl]..

View 5 Replies

.net - VB 2008 Opacity Failure?

Oct 22, 2009

I have a 2 files here. One is my main form, and the other is a dialog I made. Now I'm trying to get enter code here the dialog to gradually obtain its transparency from a timer which I have on the dialong form:

If Me.Opacity = "100" Then
Timer1.Stop()
Timer1.Enabled = False
Else
Me.Opacity = Me.Opacity + 1

[Code]...

View 1 Replies

Any Way To Reduce Opacity Of Form?

Jan 28, 2012

Is there anyway of reducing the opacity of a form to 80% but at the same time have my buttons and text boxes to remain unhindered at 100%? When I reduce the opacity of the from the opacity of the text boxes reduce as well. How could I stop this from happening

View 5 Replies

Change Background Opacity?

Mar 25, 2010

I have a VB.NET form with a red background and white text. I want to change the opacity of the background (not the text) to 50%; how would I go about accomplishing that?

View 1 Replies

Change The Panel's Opacity?

Apr 27, 2012

How do I change the panels opacity?

View 1 Replies

Changing The Image Opacity?

Feb 10, 2011

[Code]...

When I click the button nothing happens. What am I doing wrong here ?

View 2 Replies

How To Change Panel Opacity

Jun 30, 2010

I have a Panel and a button control on windows form. Button is placed behind the Panel. I want to change the opacity of Panel, so that the button control can also be visible. But there is no property of panel control to change the opacity. Is there any way to make the Panel Opaque in this way?

View 1 Replies

Opacity For Controls And Images?

Dec 21, 2009

I am new at asking questions on this fourm (and at programing V.B.) so if I make any mistakesMy question is when displying images on a form is it possible to make them so they start off with 10% opacity and gradualy become solid using a timer?

View 5 Replies

Partial Opacity Of The Form?

Dec 16, 2011

How can I make a partial opacity form something like this but with a working code:

me.opacity = 50
button1.opacity = 100
picturebox1.opacity = 100

How can i do this?

View 8 Replies

Set Opacity Of Buttons / TextBoxes?

Nov 17, 2009

Is it possible for me to set the opacity of a button or textbox? I know that you can set the opacity for a form, but I'm not so sure about a button or textbox.

View 4 Replies

Set The Opacity For All Controls In A Panel?

Jul 14, 2010

I want to write a function to set the opacity for all controls in a panel. Controls in the panel is unpredictable.So what should I do?

View 4 Replies

Show A Form In Two Different Opacity?

Aug 16, 2011

My situation is something like this.

I have a form as frmPopup which has a panel as pnlCtrlHolder. I'll using this form a popup and display a third form as control in this panel.

on form X.

dim frm as frmPopup
''Set the properties for this frmPopup
frm.Opacity=60

[Code]....

This makes entire form with frmContent with opacity =60, but I need this only on frmPopup but not on frmContent.

I am working on vb.net Winforms application. I understand that I am adding a form as control on a form with opacity as 60. But is there any way to achieve the desired result. .

View 3 Replies

VS 2008 Opacity Settings?

Mar 4, 2010

Is it possible to have a forms opacity at lets say 10% and have a picturebox on the form transparent but have its contents at 100% opacity? Because when i set the forms opacity to 10% it sets all its controls to 10% opacity.

View 2 Replies

VS 2008 SetParent And Opacity?

Sep 21, 2011

I've recently gotten over the hurdle of a Borderless form that doesn't show in the Taskbar to not be hidden when the user clicks the Show Desktop button in windows by using the SetParent API to make the windows all children of the desktop, but now I can't change the Opacity of the form, it throws an exception:

[Code]...

View 11 Replies

2010 Opacity To Back Color?

Feb 7, 2011

I would like to ask, it its possible to apply opacity to the back color of groupbox?In my form i have an image background, and groupbox that has label. if I'm going to make the back color of Groupbox to Transparent, the label inside the Groupbox is not readable

View 6 Replies

Adjust The Opacity Of A Single PictureBox?

Mar 27, 2011

Is there a way to adjust the opacity of a single PictureBox?

I want to be able to fade of any one or more of nine images on a form, maybe all but one say, to emphasis the one or more of those images that remain. I can't find any reference to an opacity value for PictureBoxes.

View 2 Replies

Changing Opacity Of Panel And Its Controls

Dec 9, 2009

Is there an efficient method of changing the opacity of a panel and it's controls?
OR
Is there an efficient method of changing the opacity of a MDI child?

View 4 Replies

Dynamic Opacity Line Drawing?

Dec 12, 2011

I am doing a project with graph (VB.NET). I am drawing a line handling dynamic property ( opacity changes based on DB value). I don't know how to change the opacity.

View 1 Replies

Javascript - Specify The Opacity Of The Browser Window?

Apr 26, 2011

Is there any way to change or specify the browser window opacity?

View 1 Replies

Make A Form Invisible Without Using The Opacity?

Mar 18, 2012

make a Form invisible without using the opacity?I am using VB10.

View 5 Replies

Make The Color Yellow Have Opacity To It?

May 22, 2010

Ok i need to make the color yellow have opacity to it so its some what see throw but not all the way.

View 4 Replies







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