VB 2008 Transparent Forms?
Jun 7, 2008I want to know how to make transparent form. But my buttons have to stay visible when using the program
View 11 RepliesI want to know how to make transparent form. But my buttons have to stay visible when using the program
View 11 Replieshow to get transparent forms I want to create full transparent login , i tried using opacity but doesn't wk.
View 1 RepliesI 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?
i know how to make a picturebox have a transparent image within it, and i know how to make forms transparent, but what i cant seem to figure out is how to add an image which has transparent parts to a completely transparent form and have it still look nice. you know when you find images which look really good by them selves, but then look really bad when moved to a different background cause they still have the white border (or any other colour border). is there ANY way which i can accomplish removing this border? its almost like the alpha channel that removes the ugly border, when putting the image on the form, is forgotten about and the colour of the forms background fills in the gap..
View 3 RepliesI have an app that uses transparency so that the background of the app is a custom shape. The problem I am having is the rounded corners are jagged. Not a nice clean rounded corner like you would see on an icon or widget. I have tried several different image types (i.e. PNG, GIF, etc). But it seems when I use the transparency Key the quality on the edges gets worse.
View 4 RepliesI'm trying to create a label that displays sensor output readings. These are small labels inside a picturebox that has a real time graph of the sensors. I'm trying to make the labels transparent or semi-transparent in order to see the entire graph. Setting the labels background color property to transparent only gives the labels the same color property of the picturebox not the actual images of the picture box. I have set the label.parent = picturebox1.
View 1 RepliesI have a MDI Parent Form and some Child forms.I have some controls on MDI Parent form but as i open child form all the controls of MDI Parent form display in child forms...I m stuck with my application
View 1 Repliesi'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 RepliesI try to achieve to paint a form with a gradient backcolor and overlap an image with transparency. This is possible? I want using a tile background image with transparent background and paint the background with a custom linear gradient.
View 2 Replieshow to get transparent forms I want to create full transparent login , i tried using opacity but doesn't wk
View 1 Replies[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 RepliesQuestion: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 RepliesI'm trying to make a label control transparent over a Panel control.However by setting the background colour of the label to Transparent, it actually sees right through to the form itself, not the panel as intended.
As an example we use a panel with a background as white, we make the label transparent, however it gets the form�s colour as blue.However, we are using a custom panel control and need the label to be transparent over the panel and not see the forms background.
i need transparent textbox in vb.net. I did in vb6 by using the fm20.dll.By adding referneces that dll i got the control. After applying the transparency, stil its in opaque mode oly
View 8 RepliesI 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 RepliesQuestion 1: i can't manage to get the back of a label to be transparent, so i can see an image underneath.
I have this
CODE:
And it isn't working...
Question 2: I have removed the border of the form, but want to have what is left (the main content) to be a particular shape. Is that possible or do i have to have it rectangular?
How would I make the whole form transparent but leaving in all the objects and controls, i.e Textbox, Button etc..
View 3 RepliesI have a picturebox that contains an image and the background of that image has been set to transparent and saved as a .gif in photoshop cs2.
I used that image in a picturebox and I set the BackColor of that picturebox to transparent, but it's not transparent; I have a gray background on that picture.
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 RepliesI've set a label's BackColor property to 'Transparent' but its just White? It's not going transparent?
View 3 RepliesI'm trying to make a card game. So when the user tries to drag the card, a semi transparent card will follow the mouse movement until he let go of the mouse.
View 39 RepliesI have a WebBrowser control that displays a web page, and I need to add some graphics as overlay on this page.
My research indicates that I should add a transparent panel over the WebBrowser, then add graphics to the panel.
No matter what I tried, it never works.
Public Class Form1
'------------------------------
' Show any web page on the form
[Code].....
I have designed a PNG (transparent) picture for my application. How can I use it as a splash screen showing only the picture.
View 13 RepliesI have a forms app that contains a panel. This panel contains an picturebox - the user can then drag the picturebox image.
I need to add an image? in the panel that will not move when the user drags the picturebox image.
This image? needs to be transparent so that the picturebox image can be seen though it when drag occurs.
I've tried drawing directly on to the panel but nothing appears. Perhaps what I am drawing is behind the picturebox?
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 RepliesHow yo make a transparent label in vb 2008 express? I want to put the label over a imagebox.
View 15 RepliesI have a picturebox image for the form and added a label on top of the image, i have it set the background on the label to transparent but its not transparent. How do i fix this ?
View 2 RepliesI was able to make my progress bar transparent, and I have a textbox, I want to see what's in the textbox behind the progress bar, but the progress bar it's not not showing it.
ProgressBar1.BackColor = Me.BackColor
me.backcolor = transparent
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 RepliesI have a few pictureboxes that move and contain an image of a fish. When they overlap, I would like to be able to see one fish under the other fish.I have made the background (white) of the image transparent in photoshop and the background color of the form seems to show through the background of the fish image, but when 2 fish overlap, ones background covers up the other.
View 1 Replies