DllCallbackRegister Problem
When I use DllCallbackRegister zero is returned and @error is set to three. The helpfile doesn't explain the @error. Searching the forum reveals that no one else seems to have this same problem as...
View ArticleInstall/Uninstall keyboard layouts
Hello all, is there any way to make a script that will install some certain keyboard layouts and then immediately uninstall them? When I say 'install' I mean that I originally cycle through two layouts...
View ArticleHow to list all possible combinations for a predefined set of words?
i need to generate a .txt list of all possible combinations of a predefined set of words with no word repeated in the same combination For example, if the words are 1, 2, 3 I'd need the following...
View ArticleDecrypt an Encrypted File Without Generating a New File
Hello, I'm trying to write a program that will decrypt an encrypted file (_Crypt_EncryptFile was used to encrypt) without generating a new file. I tried to use FileRead(FileOpen($sSourceRead,0),-1)...
View Articleselect a starting func
Hi there! i would like to know how to make a select starting func() from a GUI HotKeySet("{TAB}", "exmpl") Func exmpl() Global $p = 1 While 1 Select Case $p = 1 a1() Case $p = 2 a2() case $p=3 a3()...
View ArticleTab stops
Sorry if I ask an obvious question but the search in the General Help did not return any solution. I am trying to select different controls on my GUI by pressing the TAB key. It does work but the...
View ArticleRename images in folder incrementally?
If I have a folder with a bunch of files labelled, i.e., images_001.png to images_404.png, is there an easy way to rename them incrementally? The reason is, I have an Excel workbook that inserts...
View ArticleExclude For Next loop
Hi, I am trying to figure out how to configure some nested loops so that based upon user preference a user can choose not to 'run' a loop. I am posting up a simple example in case in the hopes that...
View ArticleGet most (or all) messages of a window
I created a AutoIt script, which open 2 programs, say A and B, and use SetParent to embed B into A. I have to deal with the size of a child window of A ( say C ) and B. But I don't know how to get...
View ArticleHelp with WMI query
Hi, I am attempting to create a script that will query WMI for the "LastBootUpTime" of the local computer. It seems I am up against what I believe are Syntax errors, I have attempted to convert the...
View ArticleRedraw Tab?
When my program opens the various settings are read from an ini file and applied. When I open a dialog with tabs, the correct tab has been selected, but not the contents of the tab(sometimes it does...
View Article#include ...?
Hey guys, Im finished writing a script and instead of having #include C:Users\bla\bla\bla I would like to have something neat like #include ..\folder\file The .. i want to be a path to the...
View ArticleHelp for link to command that have no example on AutoIT guide.
Hi, i'm new on this forum. I'm writing my personal script using AutoIT 3.3.8.1 and i need to know if mouse wheel UP or DOWN is used to know direction and their steps up or down to know how is the...
View ArticleWrite third party output to text
I have a third party (Windows 32 bit) application that writes textual information to a window. I would like to use Autoit to write that text to a file in real time (or near real time), if possible. I...
View Articlerecursive AD question/help needed
Hi Guys/Gals, I'm using the AD UDF to interogate our AD (the computers section, which we have under an OU of managed), what I'm trying to do (and failing horribly) is recurse through the sub OU's and...
View ArticleConvert from Delphi to Autoit DLLCALL
The delphi code looks like this : private IntPtr _device = new IntPtr(-1); private readonly byte[] _readVersionCommand = new byte[] { 0, 1, 134, 255, 1, 0, 0, 0, 0 }; byte[]...
View ArticleHow do you get the window title of exe by its PID?
Is there a way to get the title of an exe window by using the PID? Example - The title of the SciTE window changes if you have multiple scripts open ... is there a way to get the title of SciTE.exe...
View ArticleSnippets Holder Missing
Hi guys, I was wondering where the snippets holder went in the new scite4autoit. I just installed it on my new computer and under the tool menu the snippets holder was missing. Thanks in...
View Article[Solved] Copy texts from file and paste to WebBrowser
Sorry for the noobie question, but I'm planning to copy text from file to inputbox on web browser. I get error saying that I did not declare $sFile? $sFile = FileOpen(@ScriptDir & "\config.txt")...
View ArticleAppending specific clipboard string to a text file
Greetings, I have a script that copies mutilline text to clipboard. The clipboard text has be assigned a variable, can be seen in a messagebox, and is shown below. DeviceName: Test1 Version:...
View Article