Make A Color Picker?
Jul 29, 2009I'm not sure how to do this, but anyone know of any good ways to make a color picker?
View 7 RepliesI'm not sure how to do this, but anyone know of any good ways to make a color picker?
View 7 RepliesI have a question of VB event handler and color picker. Now I have a label, and I want when user click it, it pops up a color picker dialog and let user to change the background color of the label. Not sure how to implement this, can anyone give me a direction?
View 2 RepliesI need to a color picker luke office 2007 color chooser this must be as "toolstripItem" for adding to toolbar!
View 1 RepliesHow would I make a "Color Picker"? For example, if my mouse is over red, my program will get the RGB value of the red.
View 2 RepliesI am wondering, would it be easy to make a program to:1. Activate Window2. Search for a sentence on the webpage.3. Search for a keyword in the sentence.4. Execute action based off the keyword.5. Repeat every 17 minutes.Is it possible?I have used AHK, but I like the interface of VB better. Any insight?Also, I created a whole browser aspect through Visual Basic. Or would this be easier to just run through a program instead of my own created web browser?
View 10 RepliesHow do you set the back color for a date picker control in vb.net 2008? There is no back color property like on a textbox.
View 3 RepliesPublic Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
End Class
[Code] .....
<ClassInterfaceAttribute(ClassInterfaceTypr.AutoDispatch)> _
<DefaultBindingPropertyAttribute("Text")> _
<AssemblyComVisibleAttribute()> _
Public Class
I keep getting told there should be an identifier after Class, but when I apply one I get a host of new errors.
Inherits ListControl
Private Sub ColorComboBox_click()
Select Case Combo1.Text
Case "Blue"
Preview_Box.BackColor = &HC00000
Case "Red"
[Code] .....
how can I set color for column of Sunday in the current month of Date Time Picker Control?
View 2 RepliesI have a combo box and a datetime picker on a form that I do not want a user to be able to type in or select. I need both controls to look as if they are enabled with the default backcolor and black font color. How can I do this?
View 4 RepliesCan I make the monthCalander to be just a month and year picker?
View 2 RepliesHow can I make the value of the DTP to be 19/03/2010 0:00:01am instead of 19/03/2010 3:57:29pm
View 2 RepliesI have searched and searched and searched. Nothing is working. Well it kind of works...I have a rtb which reads from a bunch (like 4.6k) xml files. Depending on the value of a few tags it displays a certain character. I want those characters to be color coded.
[CODE|
If File.Exists(xmlFile) = True Then
Reader = Xml.XmlReader.Create(xmlFile)
[code].....
I am making a program with 2 players and I want both of them be able to select their color somehow. I know there is a ColorDialog tool but I dont know how to use it, does anyone know how to make a color selection box?
View 2 RepliesHow to make a color curve adjasment for editing colors of an image?I found a C# project on Mr.SkyDrive but the problem is the coloring adjasment, because the coloring adjasment wasn't as other programs adjasment it wasn't correct if you view the image closely you will see some red, pink, and green pixels: (the curve like this must make the image negative)
View 20 RepliesWith the code i have written can someone tell me how to make each user of the chat room have a different color message(text color) and were to place the code to do that.[code]
View 1 RepliesI' ve got a thing that I'm wrking on, but it's one thing that isn't working.I have a backgroud (fire) and a man. But it doesn't become visible (the area outside the man). Is there any code so I can make a certain color invisible (not so you can see through the
View 39 RepliesI want when I color a shape ,that color does not wipe the background picture.I want it be transparent not solid :S I tried Opticity property :-/ but it is just for the whole form :icon_sad: ,it does not available for the color.
View 3 RepliesMake combobox disabled, yet have color?
View 2 RepliesI need to put a color as a constant or readonly variable that the entire application can access but not edit. Currently I have a public variable in a module assigned to a color, is it possible to make it a constant variable?
View 2 RepliesMake Each User Have A Different Color Message
View 3 RepliesI want my textbox to not be editable by the user, but I want it to have forecolor..When I do "Disabled = False" it does become un-editable but the forecolor turns to gray.. How to fix this?
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 Replieshow do I blit in visual basic. My goal is to make a backgroud color in a picture box invisible.
View 1 RepliesI want to make a button, that once you click it, changes another objects color. For example: I press "Change" and the RichTextBox1's color changes to black. How would I do that?
View 6 RepliesI want to make a check box change color when it is checked. In looking for answers it appears there used to be a fill color option in the properties, now in there is just back color and fore color. I am using VB 2008 Express.
View 2 RepliesI'm in the need to draw a border of different color and dimension around a panel, after a paint event.
View 7 RepliesI have the following code for my datagrid backcolor.But I would like my gray color to be darker 20% then the original gray color,is it we can do it?
View 3 RepliesI have tried this:
For i = 255 To 1 Step -1
MyPanel.BackColor = Color.FromArgb(i,Color.Red)
Next
This will make the background color fade to transparent.The problem is, I don't want only the background color to change.I want to change the visibility / opacity of all the controls inside that panel too..
What I mean is have it where you can click on something and it would save that color and then later test if the color under the mouse has changed from what it originally saved it as.
View 10 Repliesi would like to make a certain TextBox Append a Certain Color So i have
TextBox1.AppendText("Hello")
TextBox1.AppendText("Im Red")
TextBox1.AppendText("Im Blue")
I want it to appear as this
Hello
Im Red
Im Blue