Startup program info
Hi all, i'm here to ask some informations about starting up a program on windows startup. That's not for a simple operation, like putting the exe in the startup folder. I want to boot it first on...
View ArticleMouse click by screen percentage.
Hi, I was hoping someone could point me in the right direction. I am trying to automate some testing and whilst the majority of it can be done through key strokes there are sometimes that a mouse click...
View ArticleSimple script to change value
Hello everyone! I need а script who change the first column of each row in table ( Master Account)! Its content 4753 (value) and I need to change to 4797(value) ! And because I have over...
View ArticleSending byte array over TCP to Java client
Not actually for java, but for android client which is java based language. I am trying to send array from autoit server to android client, and if someone is familiar with java programming, I'm using:...
View ArticleNvidia Control Panel Automation
I want to make a script that increases the digital vibrance by 1, then decreases it by 1, moves onto the next screen and does this over. *On my computer when the vibrance is changed, the screens are...
View ArticleAdding an Excel Worksheet?
I am just starting out with autoIT and have used minimally so far. I programmatically open an existing Excel spreadsheet which contains 1 worksheet called "NEED". I would like to add a 2nd worksheet...
View ArticleImageSearch Omitting Mouse Cursor?
Hi, I've been researching the <ImageSearch.au3> and how to use the _ImageSearch(), what I am seeing is that I cant seem to get it to detect the actual cursor itself. If the cursor is some kind of...
View ArticleCompletely hide control panel?
Hi, I'm trying to find a way to quickly switch between stereo output and quadraphonic output. At first, I tried to achieve this by directly changing the registry: I used Process Monitor to detect which...
View ArticleVariable Memory Address to pass to WinAPI
Is there a function to obtain the memory address of a AutoIt 3 variable to pass to a dll call? Dim $myvar $myvar = 1 How do I get the memory address of $myvar? ie. The pointer to the address in memory.
View ArticleHow do I send a "hold xbutton down for x time"?
I'm trying to automate something and I need to have it press RSHIFT and then Right mouseclick, I already have the window stuff setup but putting Send("{RSHIFT}") MouseClick( "Right", 1110, 435, 1, 1)...
View Articlesend("{CAPSLOCK ...}") doesn't always work
send("{CAPSLOCK on}") send("{NUMLOCK on}") send("{SCROLLLOCK on}") I'm finding that the above code seems to work for the NUM and SCROLL locks, but not always for CAPS lock. When I execute the code...
View ArticleReplace/Manipulate text in other windows.
Hey guys, i wan't to start a little project. I have the idea for now and before i want to do anything, i want to go sure. Is it possible to manipulate text in other windows (i mean labels or other...
View ArticleQuestion about an array
I have a csv file that I changed to an ini file. Here are a few sample lines: 1,John,Smith,John.Smith@gmail.com,password 2,Jane,Fonda,Jane.Fonda@gmail.com,password etc I want to seperate line 1 into:...
View ArticleWin32_Printer class
Trying to use the following and looking up the last error code given by the printer [ autoit ] popupFunc _GetLastPrinterError() Local $objWMIService, $colItems $objWMIService =...
View ArticleKnow when last line of file is reached
Hi Guys I am currently trying to use data from a text file, currently I have a counter to increment to the next line when I call it next $zap = FileReadLine($datafile, $linecounter) I know its best NOT...
View ArticleQuery Display
This isn’t so much of a coding question but an “auto it best practice” question. I have a program that runs a query against an access database that pulls numerous fields, name, total time, status etc…...
View ArticleDirectX Game
Hi together I am pretty new in the AutoIt scripting so please if you have a answer explain it well^^ i want to make a little Bot, to use a bug in a game. it tried it with Makros and so on, but my...
View Article[Solved - RTFM] Unable to modify the loop control TO variable
Good Evening, Consider the following code [ autoit ] popuplocal $slen = 5 for $1 = 1 to $slen ConsoleWrite('Loop # ' & $1 & ' $slen = ' & $slen & @LF) if $1 = 2 then $slen...
View Articlepixel search help
how can i make pixel search, keep searching for 5 seconds / intill it finds the pixel?
View ArticleCan you click a tree leaf?
We have a tree control that activates an "Add to List" button when the desired leaf is clicked. AutoIT can be made to select that leaf, but the selection doesn't result in the "click" that activates...
View Article