Unattended installation of the software Photoshop CS5.1
Hallo, I want to distribute the software. A serial number is to be transferred. The software should be installed in the background. Updates will be disabled. Has an idea as I realized with AutoIT?...
View ArticleArray in arrays - _FileListToArray
Hi all, I am really noobish in autoIT but i am a good programmer. the final product i want to do is a treeview of all the batches files and the folders in one folder (which content sub-folders with...
View ArticleCountdown help
Okay, so I want to use $label3 as a countdown label that counts down to when it's gonna turn off. But I can't figure out how to do it. $1 is the time it's supposed to shutdown, in a timeform like...
View ArticleProblems with decryption of the file, encrypted with $CALG_RC4
Hi! Strange thing happens. My script generates a result file, and then encrypts it with _Crypt_EncryptFile(), from Crypt.au3 UDF If i decrypt it with _Crypt_DecryptFile i have no issues, and everything...
View ArticleScreen recording/capturing on change
Hi, I have started to automate some GUI tests with AutoIt. For this I need some tool to record/capture the screen only when there is some change (I just don't wont to have gigabytes of logs after over...
View ArticleHow to iterate the ShapeRange in Word
I would like to get the text of many sparsed documents in forms and textboxes and the only way I found is using ShapeRanges Unfortunately unlike shapes and sections I can't loop how can I translatre...
View ArticleObfuscator / MouseOnEvent Incompatible
Hi guys, this script: [ autoit ] expandcollapse popup#include <MouseOnEvent.au3> ;External UDF #NoTrayIcon Opt("WinTitleMatchMode", 2) ShellExecute("notepad.exe") Global $bPaused = 0...
View ArticleFunction to generate a String with n times the same characters
Hello, So far, I couldn't find such a function : StringDup("x", 10) returns "xxxxxxxxxx" StringDup("abc", 2) returns "abcabc" Does it even exist ? I have tried to build one with StringRegExpReplace,...
View ArticleIs _Arraysort() a wimp?
I was surprised to get a recursion level/stack overflow crash (line 1187 of array.au3) out of _ArraySort() when I'd sent it an array defined as $aFileList[60000][2]. I'm sorting on the second column...
View ArticleClassnameNN vs. Control ID
I am new to AutoIt & am using the tool to create a data entry script a client/server application built in Windows. In order to use ControlSend, I need the Control ID to access the field in...
View ArticleA little new to autoit and needing some help
Im pretty new to using autoit and Im trying to setup a script to be able to open up IE with activex allowed and if possible restrict it to only browsing to one address since the browser will have...
View ArticleAutoIT and Web Page Development?
Just a general question here...has anyone ever tackled using AutoIT coding on a web page wrote in HTML? I am in the process of developing a page for a business (still in the drafting stage) and one...
View ArticleHow could retrieve the data with a pointer?
How could retrieve the data with a pointer? It is to do a algorithm with lists. [ autoit ] popupLocal $str = "int var1;ptr var2" Local $a1 = DllStructCreate($str) Local $a2 =...
View ArticleGetting the currently selected value from a combobox in an existing program
Hi there, this is my first post to these forums. I've just started using AutoIt to automate UI testing of an existing software application and am running into a problem reading the currently selected...
View Articlehex replace in autoit
Hi everyone I have 2 basic question about hex editing - I have several texts with a common problem, in stead of having CRLF (carriage return+line feed) only had 0x0A (LF), how do I add 0D behind every...
View ArticleA smarter way to write an array...
So I am sequencially calling an array of MSI ID's to uninstall all versions of a program. As you can see from the array below, adding a new MSI ID to the array is starting to get long and tedious......
View ArticleMeasure time a key is pressed down?
Hello! Do anyone know a simple program, a website, or perhaps a simple AutoIt script to achieve the following: When i press [Enter], ".", or any othey key, I want to see for how long that specific key...
View ArticleOutlook Script
I need to delete cached email address from everyone's outlook client remotely. Attached is what I need to get accomplished. I need the script to open outlook maximize it and type that address in and...
View ArticleHow to "Zero-fill right shift" ?
Hi, I'm wondering how to make a zero-fill right shift in autoit as far as the BitShift function has no parameter for this. Here is an example in javascript :...
View ArticleIE Library - _IEGetObjBy functions
_IEGetObjById and _IEGetObjByName functions use variable of an InternetExplorer.Application, Window or Frame object as reference to find any dom element. Is it possible to use a dom element instead of...
View Article