Hello, I'm trying to figure out how to check a numbers value in a <td> on a website. For example if <td>25</td> is greater than 15 do something, else do something different. Thanks to anyone who can help with this.
while 1
$coord = PixelSearch( 170, 89, 1100, 700, 0xd02929)
$yoyoy = PixelSearch( 170, 89, 1100, 700, 0xc72626)
$yovyoy = PixelSearch( 170, 89, 1100, 700, 0xc82626)
If Not @error Then
;if the colors above are not found i want it to do this below
Else
MouseClick("right")
sleep(5000)
MouseClick("left")
sleep(1500)
EndIf
WEnd
ok i can get the pixelsearch part to work just getting the conditional statement to msgbox the color has not been found im struggling with . Maybe an example?
Ok having a hard time figuring this out im wanting my program to sleep as long as it finds this color. So its gonna be in a loop to keep checking for a change.
$coord = PixelSearch( 170, 89, 1100, 700, 0xd02929)
and when it no longer see's the color to
MsgBox(4096, "Test", "color not found any longer", 10)
any help would be great and i cant use pixelgetcolor as the cords of the color will change thanks.
Hi everyone Im puting this function _NowTime() into a msgbox it shows the time allright but im wanting it to stay real time by this i mean count the seconds minutes ect. I have to re-run the script for it to change can someone point me to the right direction thanks.
I cant read or edit the ini files i have uploaded to dropbox with my program. I guess ill have to find free website hosting and upload it to that or if anyone has any other ideas?
I dont have a website atm was trying to find some free hosting i dont need that much storage. the way i have my prog setup it creates the ini files also so i dont even have to make them. So InetGet() will make the ini file on the website then send it to the local machine and all changes made?
Hello I have made a program that creates ini files and save users info to it. Im wanting to somehow point the ini files to goto some sorta file hosting site and not host them local so mulitable people can use this and all the info stays current any ideas?
Is there a way to read the entire ini file?
The thing is the user writes the section names from the GUI
I can read all the section names is there a way to use inireadsectionnames to display the entire ini into a inputbox?