VS 2008 Click A Exact Color?
Nov 19, 2011if i can make my form say what the exact color code for where the mouse is and i can make the mouse hover over and click that color. Kind of like a bot?
View 1 Repliesif i can make my form say what the exact color code for where the mouse is and i can make the mouse hover over and click that color. Kind of like a bot?
View 1 RepliesWhat is the exactly color of the header text groupbox? Is blue?
View 6 RepliesI am wondering how to get the mouse to click a certain color, I know how to make it click a certain X, Y Position with imports then..
SetMousePosition(XPos, YPos)
and that sets it for me but i want it to click a color exapmple: find the nearest blue and click it!
ive tried many things like..
SetMousePosition(System.Drawing.Colors.Blue.X, System.Drawing.Colors.Y) but no luck..
I have been playing around with the "MouseDown" event and have gotten stuck. What I need is for when you click on a label (for instance), the back color will change, BUT I also want it to change to another color (back to its original) when nothing is clicking it. I can change the color with one mouse click, but when I release the mouse button, it stays the color it changed and doesn't revert back.
View 2 RepliesI'm trying to make something that will hunt down colors on the whole screen and click them every xxx secs.. here is what i have so far..
[Code]...
Why isn't this working? The color dialog comes up, but when you choose a color and click 'OK', nothing changes.
Code:
Private Sub ColorBtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ColorBtn.Click
Dim NewColor As New Color
[CODE]...
I have a basic window that has 20 buttons (One, Two,.....,Twenty).Currently if you click on a button its background color changes, and changes back on next click.I'm looking for a way to make it so when the mouse button is held down I can drag across the screen and it will change every button I hit.Disregard the "Shut Down", "Restart", "LogOff", "Clear", and "Invert" buttons. This idea doesn't apply to them.
View 5 RepliesLet's say I have two date values, date1 and date2. date1 stores the date today, and date2 is the result when I subtract 7 days from the date today. Is there any function in VB that makes me get the exact date of the day after I subtract 7 days from it? (ex: if today is 1/22, the output once I subtract 7 days from the date today would be 1/15)
View 2 RepliesAlright inside of a combo box I have a list of colors and I want to change the background color of the combo box to the selected color...basically this... but im not sure what the problem is here anyone have some advice or is this not possible?
CBLinerColor.BackColor() = CBLinerColor.Items.Item(0)
Basically i want dynamic code that will change the color depending on the items in the box.
I want the background of my form to be the same color as the window frame color that the user selects, even if that changes. I selected System->WindowFrame as my background color, but it always remains a dark grey, regardless of what I have my window color set to. How else would I achieve what I want? I assumed I was doing it the correct way. Do I actually need code that gets the system window color and then apply it?
View 4 RepliesCould it so when the timer is ticking that it will move the mouse over to a certain color and click the spot once? For example if it finds on the screen a "green" spot or "hue:79 ; Sat:224" that it will click the spot once?
View 1 RepliesI would like to detect a color on the screen... and then move the mouse to the coordinates of the color and then perform click. Is this possible and where do I start?
or - detect a collection of colors and then click?
I have been coding with VBA in Excel for a couple years but never in VB.net. I have been told that my current project can not be done in VBA and that I need VB.net. Here is what I would like to do:When a color change occurs on at a predetermined coordinate on the screen (outside of the application) a mouse click is called at a different predetermined coordinate on the screen (also outside of the application).
Sub Color_Change_Click_Mouse()
Do
If Screen(100, 1200).Color = RGB(100, 255, 255) Then
[code].....
Umm me and my friend are thinking of making an exe for a game that will find a color thats been patched and press a key and click it. Were thinking something like Function GetColor(inPoint As System.Drawing.Point) As System.Drawing.Color But were not sure.
View 3 Replieswould like to know if anyone knows how to change, the back color of the menu tile when we click on them.
View 3 RepliesI'm currently programming a program with a webbrowser which need to get the position of a specific color when it appears on the webbrowser. It appears every hour. What I have read so far is that I need somehow to capture the screen of the webbrowser and locate the color from the captured bitmap, but I don't know anything about capturing or positions of colors in images. [code]x and y is the location of the color, FFCC66 is the color program is searching for, the last 4 numbers is where the program is searching for the color like between x: 1 y: 1 and x: 405 and y: 371.
View 2 RepliesI'm currently programming a program that should automatically click on a box when it pops up in the form I've made. The annoying thing is that, the box is popping up in different places every time. So the simple question: - Is there any way to automatically or by manual search for a specific color within the form and then get the position of it in VB?
View 1 RepliesIs it possible to change the background color of a cell when I click on it?
Also, is it possible to set a property so that when a cell is clicked on once it already has the focus that the 'edit' text feature doesn't let the user to change the text?
I currently have only used VBA up until now and I have a very small project that requires a VB.net. I have never used this language before.Here is what I would like to do:At work I have 2 different 3rd party programs that I would like to interact with each other.When a color change occurs on Program "A" at a predetermined coordinate on the screen a mouse click is called at a different predetermined coordinate on the screen causing the desired change in Program "B".
View 1 RepliesLet say I have many many buttons and i want to change all the forecolor of the buttons by clicking on one button.
View 1 RepliesI just want the boxes to clear when clicked, then change the writing color.
Private Sub TextBox1_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Attack.Enter
Dim watermark As String = "yes"
If watermark = "yes" Then
Attack.Clear()
Attack.ForeColor = Color.Yellow
watermark = "no"
[Code] .....
I 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 when I click on a single cell of a TableLayoutPanel (containing a control), that cell need to have a color and when I click on another cell, the previous cell color removed and add to the cell clicked.I know it has something to do with the position of the mousepointer, but the only thing I found on google, was pre-defined cells and the than the color.
View 1 RepliesIm havin a problem changing my picturebox back color to System color "Control".I can set it to color.red , color.blue etc , but not control .
View 6 Repliesif i'm creating the listview using the new listview instead of actually putting a listview on the form directly. how do i access the listview.click and mouseup.click etc..since there's no lstview until the program loads?
View 4 Replies[code].....
View 16 Repliesthe disply color buttons click even procedure shold display the color of the item whose item number is entered. all item numbers contail eactly five characters(12b12). my problem is i can not get it to disply a color in the lblcolor control. it displays the item number.
[Code]...
Is there anyway to get the exact time. I know 'Now' Commands get the system time but the system time is not exact to real time, is there way of returning a value from a webpage, even using a webbrowser.
View 5 RepliesOf course, the Graphics.MeasureString method is well-known to have padding problems, and so you use Graphics.MeasureCharacterRanges instead, but as you can see here:It's not measuring quite correctly. Is this a problem with MeasureCharacterRanges or is it my code? How can I fix it? [code]
View 1 RepliesBasically I have an XML file that looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<data>
<sender sndid="FT">
[code].....