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
ADVERTISEMENT
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
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
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
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
Oct 7, 2010
I'm making a game and I want to select a picturebox while the program is running. Then I want to make it move with I think the mouse click event. How do I go about doing this?
View 2 Replies
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
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
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
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
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
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
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
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
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
Feb 4, 2012
I wanna make a app that makes a nice picture. but the problem is.that i made it using picture boxes on top of a Form.what i wanna do now is save the formbackground with the pictureboxes on top of it.so i just want the form not the border.i tried this code wich i found using google.[code]...
View 2 Replies
Oct 19, 2008
I need some help when it comes to putting transparent items (such as picture boxes and labels) over a bottom-most picture box. I am using a picture box for my form's background since the background is an animated gif.Here is what I have so far:
A form with no background, and black color.A picture box with an animated gif. The entire picture spans the size of the form, so it appears it is the background.A label with a transparent property on top of the picture box.Anyway, when I set the label to be transparent, it seems to show through to the VERY back of the form (the black) I was wondering if anyone knew of a way to make the label "draw" over the picturebox instead of showing through to the very back.
View 1 Replies
Mar 15, 2012
1- how I can put picture in tool strip and put it convert to split button without the picture go invisible when i click on it
2- how can I make tabs in the forms
3- I want to put pictures in the form in the same place For Example when the user check the radio button or when the user choose the name in the combo box a specific picture should be display?
View 8 Replies
Jan 14, 2010
I'm working on a UserControl which has two PictureBoxes.One has the picture I want to display to the user and the other has a picture that I use as an overlay.The overlay PictureBox uses a PNG image with a transparent background. However, every time I run the UserControl, the overlay does not display the transparent parts of the PNG image as transparent (It appears white).
View 4 Replies
Oct 15, 2011
I used visual basic 2008, windows form applications. I used panel and its background is the map, and I used picture box as the character and with transparent gif pictures in every keyevents, I already can move the picturebox with keyevents. But the problem is, whenever I move the picturebox,I can see the box of picturebox even it is transparent.
View 5 Replies
Mar 10, 2010
I have a picture box in a visual basic 2008 express edition windows form and i want the picture to have an outline colour on mouse over
View 2 Replies
Oct 13, 2009
how can i make the user be able to drag around picture boxes around the form???
[Code]...
View 2 Replies
Apr 7, 2008
Is it possible to give an image inside of a picture box a transparent background? Like, for example say i have a red circle on a white background, is it possible to make the white transparent?
View 6 Replies
Dec 30, 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
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
Feb 10, 2007
i have been lookin for a refrence on how to get form to make a copy of itself on a button click. without having to make multiple forms in my project. like say i want to open 6 forms and want them to be the same as form 1 i wouldnt want to have to make 6 diffrent forms in my code just to that.
View 6 Replies
Feb 16, 2011
What I wanna do is make mouse click on the Form/Window.Anywhere in the form/specified coordinates.So how can I?
View 1 Replies
Jan 15, 2010
How to make my form bigger with a click of a command button?
View 2 Replies
Oct 3, 2009
How do I make flash go on full screen mode when I click on the form button?[URL]
View 32 Replies
Apr 8, 2012
Dim LabelArray(12) As Integer
LabelArray(0) = Label3.BackColor = Color.White
LabelArray(1) = Label4.BackColor = Color.White
[CODE]..................
i have made an array. first of all i want to make it global and on form load i wanna show it's first position and on a button' s click i want to increase it's position by one how can i do that
View 2 Replies