Replacing AutoIT Error MessageBox
When AutoIT script die because of unexpected error, it will throw an messgebox with title "AutoIT Error" Line 99999 (File "c:\balblbla\blblbla.exe") Error: reason of error This kind of error will...
View ArticleWhen compiled, how to know which line is error
When our compiled script error, how to know which line that caused that error?
View ArticleExcel - get row count after setting page break margins
Hello, How can I get the number of rows in a given page break. At first, I had the number of rows set and all worked great until I ran my script on a second workstation and found that the row count...
View ArticleIs this possible - replace text
Hello, I am using autohotkey for simple thing, but I want to go for autoit. What I am looking for for now is: 1. Simple always running script which substitute text while I am typing "hru"...
View ArticleTranparency on Win 7/8 ... different?
Generally speaking, does transparency work differently on Win 7/8 compared to XP? I have a application that places text over a PNG graphic using the grey.gif method as the basis for background...
View ArticleMicrosoft Translator API (WinHttp) ReceiveResponse Error
Hello everyone, I'm having a problem when I try to receive a response from the AccessToken windows.net server. Everything works fine untill _WinHttpReceiveResponse(). The @error is 1 which stands for...
View ArticleStringRegExp and FormFeed
Hello, I have string (loaded from file) containing many 'pages' each with "Name : ........multiple lines ending in CRLF, then Escape Formfeed". I want to use StringRegExp to select each page in...
View ArticleExclude statement/function from syntax check
I have a function I want to work with AutoIt 3.3.8.1 and 3.3.9.x beta. If running on 3.3.9.x I pass a parameter that is not available with 3.3.8.1. So I try to use #ignorefunc. Unfortunately there is a...
View ArticleSimple Script won't work
Hey guys Im pretty new with autoit and I wanted to ask why my script doesn't work I just want that it presses Enter again and again Also it says : --> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to...
View ArticleTCP Client-Server
Hello community I know this isn't the best way to start a thread and i'm apologize for this. The forum is full of tons of TCP-UDP Chat but the example are all for expert, with many features, nothing...
View ArticleTimed event?
Hi there, how would I go about making a timed event? Lets say I want notepad to open @ HH:MM:SS What command should I look at, preferably with some example code! Thanks guys!
View ArticleMulti level pointer problem
Hey there guys i have been trying for too long now to make Autoit read the pointer i have. I can't figure it out it always gives me some weird addresses or always the value 0 Here my pointer: And...
View ArticleDetecting devices using AutoIt
I want to know how to detect devices (specifically USB devices) upon plug-in and for instance do something (MsgBox would be OK for a start). Now I did some searching here and concluded that I should...
View ArticlePixelSearch+(MouseMove while holding "right")
Hei guys im new to the autoit thing and new to the forum. my attempts to google my problem failed, since i dont know exactly what to search for. I want to pixelSearch for a specific colour, the...
View ArticleNeed advice on _WordDocFindReplace
I believe that is that i would have to use. My situation is.... I copy a text of words (ctrl+c.... ex. is an address) I try looking for the exact set of text on a webpage. ******to which i would...
View ArticleBest multi-threading solution?
Since AutoIT is single threaded many people have created ways to multithread in AutoIT. Searching the forums I found many ways to multithread. So what is the best way to use multi-threading in an...
View ArticleScript to list target of lnk extension files contained in a folder to a txt file
I would like to see a script to list target of lnk extension files contained in a folder to a txt file. Best Regards
View ArticleCycle through the array checking every element
Hi, I'm pretty new to AutoIt (I can only imagine how many times did you read something like that ). I'm trying to make a simple script for personal use. What I need from it is to cycle through the...
View ArticleRecursion error
im new to autoit coding and i just made a bot for a game, it works fine just that i need it to run indefinitely without giving me a recursion error. If possible i hope you could help me solve my...
View ArticleExcel UDF... Help with optimization
Hello! I have some rather extensive reports, that are extremely repetitive that I complete every day at work. This is one of them that I've recently decided, due to their consistency, can be completely...
View Article