Make A Form Invisible Without Using The Opacity?
Mar 18, 2012make a Form invisible without using the opacity?I am using VB10.
View 5 Repliesmake a Form invisible without using the opacity?I am using VB10.
View 5 RepliesWhen 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 RepliesI 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 RepliesIs there a way to change the opacity of the main form without changing the opacity of the controls within it? I'd like the background to be semi-transparent, without affecting the buttons, etc
View 4 RepliesHow can I set the Opasity of a form (not form1) down to 50% but leaving the Buttons and TextBoxes at 100% Opacity?
View 9 RepliesI am currently using a DevExpress (10.2) Banded GridView within my Visual Studio 2010 project. It works great except I was have an area where I allow the user to choose which columns they want visible or invisible. I noticed that if I make all the columns within a band invisible the band still remains and gives an empty column in my grid. I was wondering if there is some way to automatically
View 1 RepliesI am using VB.Net and I'd like to ask how could I make my form invisible while the other objects on it are visible? When I set the form's opacity property into 0%, the objects on it are affected.
View 2 RepliesIs it possible to make my Form invisible? Not putting Form1.Hide or Form1.Visible = false in Form_Loading. I want it to be invisible on startup, basically have no GUI.
View 12 Replies[code]....
View 3 RepliesSo I have a program that only has one form in it, this form is just an "About" window that appears when a specific context menu item is clicked from the system tray icon (NotifyIcon) that is on the form.
All I want to do is make it so that when the program is launched, the form is not displayed at all and just the system tray icon appears.
I have accomplished this by doing the following but just wondered if there is a better/easier way?
1. Set the Opacity of the form to 0 in the designer
2. Set the ShowInTaskBar property to False in the designer
3. Use a timer that is started in the form Load event to call Me.Hide after 1 second
Then when I want to show the form I just set the opacity back to full and call Me.Show
I want my form to be invisible but I want the buttons and list-box to still be visible. So basicaly I want a bunch of floating buttons and listboxes on my screen.
View 2 RepliesHow can I make a form invisable but not the items on it?
View 2 RepliesI have 2 textboxes one for datetime picker and another for entering the name. i waant to make the datetime textbox invisible when the form is executed & when i press save the data from both textboxes should be saved into the database.
View 3 RepliesStill using VS 2005. My concept is to use the same form space to display different "pages", like a "wizard" where you click the [Next] button, and the current UI disappears and a new UI appears. I want to "turn off" multiple controls and "turn on" multiple other controls. Example code: -
Private Sub
Button4_Click(ByVal
sender
[Code].....
How can you make a form invisible...but leave the picture box visible?
[Code]...
How to increase a forms opacity without increasing the opacity of the controls in the form?
View 1 RepliesI 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 RepliesFrom 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 RepliesOk i need to make the color yellow have opacity to it so its some what see throw but not all the way.
View 4 RepliesI have a MDI form containing 2 other forms that I first created via GUI and than manually added to the MDI form.Form1 = MDI formForm2 = Form containing a WMP and buttonForm3 = Form containing a butoon. This form's opacity is set to 50%, to make it semi invisible.My MDI Form looks like this
Public Class Form1
Dim f As New Form2
Dim g As New Form3
[code].....
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]..
I want to make an invisible button where the text is visible but not the button. When the mouse moves onto the button there will be an outline of the button.basically it just blends in the element
View 4 RepliesI made a birthdaylist. You can store birthdays in it, and it will alert you on the day a person has his birthday. To do that the program has to startup when the computer starts up, and give the alert if neccesary and then close itself again. This all works, but the mainform is visible in that period.
View 5 RepliesIs 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 RepliesHow 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?
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. .
The end result we're looking for is a slideshow effect where a section of our main form shows a sequence of secondary forms which fade in/out on a timer.We can fade the forms in/out when they're shown individually, but the opacity setting doesn't seem to work when they're shown inside another form. What I've got, for testing, is code that should simply reduce the opacity to 10% after showing the inner form for a half-second, long enough to notice the reduction-except I don't see any change.
Dim f As New Form2()
f.TopLevel = False
Me.Controls.Add(f)[code]........
The opacity change takes effect without refreshing the form when shown 'stand-alone' but I've tried refreshing both the inner & outer form anyway, with no change.
In my Grid View ,When a button is clicked,i want to insert that row in to database and at the same time make the row invisible in the Grid View. I can insert in to database but can't make the inserted row invisible.
[Code]...
how can I make a button invisible/transparent (and still functional) without changing FlatStyle to Flat?
View 7 RepliesHow do I make a column invisible in a gridview? I tried to use this:
dataGridView.Columns(0).Visible = False
But its getting an error "Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index". How can I do this?