Gets Transparent Then Is White Again?
Oct 17, 2009When i hover my mouse over it. The tab blinks like it gets transparent then is white again. it gets annoying
View 7 RepliesWhen i hover my mouse over it. The tab blinks like it gets transparent then is white again. it gets annoying
View 7 Repliesi've got a rectangleshape with gradient fill color as the user control. the moment i add it onto a form, there seem to be a white/transparent square box around where the cursor is. the same thing happen when i click on the control on the form at design time.
View 2 RepliesI've wanted to know the answer to this question for a long time but I never really took the time to ask anyone. My question is, why do rounded edges or drop shadows of transparent form layouts turn white. Take a look at the following image to know what I'm talking about.
View 3 Repliesmust stop the user from proceeding if the textbox is null,if the textbox has only spaces in it.i tried . trim but that doesnot work, still spaces are excapted as valid characters.
View 4 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 RepliesIn XP when you go to shut down, windows fades to black and white. I think that's a nice effect.How would i go about fading a color image (image box stretched - like a screen saver) to black and white...?
Has this ever been done? Is their a code snippet that already exsists?
How can I add white space around the image?.
View 6 Replieswhy my AxWindowsMediaPlayer1 component is white?I would like it to be black like some of the others that I see on the Web. Is there a way to change it? Change it as like it had a different skin?I am using the latest version of WMP and perphaps its all due to the version?
View 7 RepliesI have a textbox where onload I want the back color of the textbox to be white, instead its grey, I have the following code;
TxtColStage.Enabled = False
TxtColStage.BackColor = Color.White
i need a windows program (on visual basic express) to convert a list of images to black and white. then to send it to a microcontroller via ethernet. i dont know anything about vb at the moment so simple explanations and code would be great. in the meantime i will try learning vb. but i need this program quick.
View 3 RepliesI am trying to remove the white space around a toolstripcontrolhost control which hosts a calendar control in a contextmenu. See the attached image and code.
VB:
Dim menuItem As ToolStripMenuItem = New ToolStripMenuItem("MyMenu")
Dim calControl As New MonthCalendar
[code]....
Change everything on screen thats black to white and vice versa??
View 3 RepliesTrying to compare switch white space to ZZ if found,but error occur that it seems to be not allowing " "c
Dim strAList As New Text.StringBuilder
If Not strInput Is String.Empty Then
Dim charArray As Char() = strInput.ToCharArray
[code]....
That mostly says it, I don't know much more to add. (-: The background is some random red after the execution of a sub routine. I then would like to have the backcolor dissolve from what ever value of red is present to a full white in about 1 second without showing other colors.(Unless it looks really neat...) Red could be anywhere from RGB(0,?,?) to RGB(255,?,?) when it starts to dissolve. Obviously the closer to 255 would make a smaller amount to change. However, I could be just as happy to see it go from RGB(150, to RGB(255, ?, ?) to get it started. The foreground is black numbers.
View 5 RepliesAOP = Aspect Orientated Programming. [code] Click this link to see the NEW way of how to insert a picture into a forum post.
View 1 Repliesi trying to do a file upload, i want to image to save to image folder, however, the image don't know appear in the directory that i indicate if i click on "show all file", the image appear, but the image icon is blank or white like the image below show so i click on that image and click on "include it in the project", however, it shouldnt be the case that i everytime upload an image,i need to redo that again so how should i allow don't appear the white icon and to always appear in the upload folder when i upload a image instead of manually click on the image to include in ? is it visual studio problem? does i need to click on something to make the white icon disappear? [code]
View 2 RepliesI have a color printer but I would like to force it to print in black and white (monochrome).I tried to use PageSettings.Color = false but it doesn't work.I tried to make my code as simple as possible and put PageSettings.Color = false at various places but it still doesn't work.[code]
View 1 Repliesinput : how to remove 1 white-space character
output : howto remove 1 white-space character
how to remove single white-space character....i try to use regular expression but cant work...
So me and a friend started a project in school and we decided that i'll do most of the design part and he'll do most of the coding. I wanted to change the design on my buttons and changed the button image background and changed flatstyle to flat. Now there's this thin white line around every button instead. how can i get rid of it? Check attachment.
View 1 RepliesAfter pressing a button Private Sub btn1_Click(sender As System.Object, e As System.EventArgs) Handles btn1.Click
[Code]...
It works, just that there is any "white flash" when the appearance of the form .... I also tried on another computer (both powerful processor and graphics) ... It 'can be improved?
1. When I insert an icon in my VB.NET form, for example: a small shield icon, a white box appears around it and it's very annoying and ugly! I want to disappear the white box at the back of my .ico image.
2. This white backgroud not only appears on .ico files, but also on normal image files like .png, .jpg, .bmp.
I'm using GIF images, but whenever I put them on my forms in Visual Basic they still have the white background. How do I get rid of the white backgrounds?
View 24 RepliesI'm trying to display a white square in the upper part of a form but I have not the slightest idea how.
View 1 RepliesI've been working on some custom graphics controls, and I found this weird problem with windows 7 rendering my button controls. I've used Photoshop to delete the pixels in the background all around the button image I'm using, then saved it as a GIF, and imported it into VS to use as the background image of my button. When windows XP renders it, it is fine, but when windows 7 renders it, all 4 corners have an odd white border around them.
View 1 Repliesi was searching google for some kind solution and i found one, i tried to implement it in my code but it doesn't work. The problem is that after resizing white images they gets gray border.Here is the link of soloution i found:It says:
This problem is occuring because you are interpolating your image data to a new size, but along the edges there are no pixels to interpolate and .NET uses black pixels for these edges by default. To fix this you need to use an ImageAttributes class in your DrawImage call....
https:[url].....
CODE 1: And this is my code WITH IMPLEMENTATION OF ImageAttributes:
Private Shared Function ResizeImageFile(ByVal imageFile As Byte(), ByVal targetSize As Integer) As Byte()
Using oldImage As System.Drawing.Image = System.Drawing.Image.FromStream(New MemoryStream(imageFile))
Dim newSize As Size = CalculateDimensions(oldImage.Size, targetSize)[code].......
I'm attempting to redraw the DisplayMember to red if certain criteria are met So far I have (using a dynamic form, and a dynamic panel)
Dim RevenueNominalLB As New ListBox
With RevenueNominalLB
.Name = "RevenueNominalLB"
[code]....
1. The DisplayMember is showing as 'System.Data.DataRowView'
2. Can't find a way to get the selected row to paint in white not black
Is there is a way to remove the white box around the series label in a chart. I am using the built in chart from the toolbox in Visual Studio 2010. This is the last part I need to finish the appearance of the chart to make it look the way I want.
View 1 RepliesI want to remove the excess white spaces using VB.net[code]...
View 3 RepliesI'm trying to build a list that will be used as the in clause of a select statement. The requirement is to have the user enter a comma separated list of descriptions. Each description can contain spaces so I can't remove the spaces before splitting by comma to add the single quotes around each description. I want to remove all white space after a single quote since no description will start with a space. What's the best way to do this in VB.NET? Regular expression or a string function? Here's what I have so far.
[Code]...