Wait while text in program exist
Hey, i would like to make my bot sucessfully work, now i have done it with sleep option: #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Include <FF.au3>...
View ArticleChange Compiled Icon
How to change compiled AutoIT script icon? I would like to create a small command line utility for that. I know before compile I could add #AutoIt3Wrapper_Icon= But what I want change is the...
View ArticlePixelSearch problem
Hello, what should i change in this code to make it work? $firstpixel=PixelSearch(100,100,100,200,0xFFFFFF,0,0) If Not @error Then...
View ArticleAutoit and Python TCP interaction
Im not new to TCP but I was wondering if I can create a TCP server with python and use Autoit to connect to it. I know that TCP is a standard of communication but do I have to add any other things I...
View ArticleHow to hide language packs in Windows Update
I would like to hide all language packs in windows update. ;Hide Windows Update ; place the currsor on the first language pack you would like to hide Opt("WinWaitDelay",100)...
View ArticleA sort of image selector
Inspired by a video found on the web, i'd like to make a simple image selector, in this way: This is the starting image: So you can see only 5 of X images, at the center the image is more bigger....
View ArticleAbout screen capture
Hello, this is just a quick question, since I lack time and already searched enough, with no results. As far as I tested, the ScreenCapture.au3 functions do not get both screens when using an extended...
View Articlehelp with encrypt
okay , so i accidently decrypted 1 file , and saved over my encrypted file,i dont have backup , but i know password , and algorithm it used , but when i try to encrypt , i get encrypted data thats not...
View Articleread string at the after a search in a text.
Hello everybody, I am wordering if somebody could bring into the right direction with the following.. 1. search for a string in a txt file. 2. get the value after that is after the search. example:...
View ArticleRegular Expression Hassles
I am working on making a bot (I realize this is taboo around here) for my job. I only need assistance with setting up a functional Regular Expression to pull out specific pieces of a wall of text....
View Articleas open with .. autoit
the question is, as it does to run a function to drop a file on. exe or runs somefile[DOT]someextention, with a script. $CmdLine using does not work.
View ArticleGetting text from a ToolStripStatusLabel control
Hi, I'm new to AutoIt and I'm stuck already. I'm trying to automate an application that uses a ToolStripStatusLabel within a StatusStrip. Using both the AutoIt Window info tool and the Control...
View ArticleCan't click 2nd Div Object
I realized that I can see 2nd object when I "inspect element" but I cant see it in "Source Code" . What is the solution I have a strange problem, don't know what is it about. I want to click an...
View Articleif DirCopy fails mid-way, what happens?
i'm wondering what happens when DirCopy fails, but only after some files have already been copied. 1) does it keep or remove the relics of the incomplete copy operation? 2) can i tell which file has...
View ArticleGet link title/hint at mouse position in IE
Hi. Here´s a tricky one I need to get the link title/hint that displays for the mouse position. Say my mouse is positioned on 400x150 in IE, there is a hyperlink exactly there and therefore IE...
View Articlewhich function to use to know whether check box is in Read only mode or not
can any one suggest that which fn should i used to know whether checkbox is in read only mode or not.
View ArticleRegular expression
Hello,I would like to know how I can take this kind of strings with regular expressions: {724EF170-A42D-4FEF-9F26-B60E846FBA4F} {9E52AB10-F80D-49DF-ACB8-4330F5687855}...
View ArticleDisplay IP Address
AutoIt expandcollapse popup#include <Array.au3> #include <Constants.au3> Local $aArray = _IPDetails() If @error = 0 Then Local $sData = 'Your IP Address: ' & $aArray[1]...
View ArticleQuestion and PixelSearch
Well, I've returned to AutoIt after trying out numerous other languages, I'm pretty much happier with this language then the rest >_> I was just wondering two things : #1. Is there any tutorial...
View ArticleGDI, Png, Transparency and Loops
Hi. This is my first post. I've spent a lot of time testing different approaches and of course searching the forums before posting this. It's been 3 days already, so I think it's about time I ask the...
View Article