Whats the best method of enumerating images and displaying them in a GUI?
I have a directory containg images which is updated at 4 second intervals these images are snapshots from 9 different cameras. 9 Images every 4 seconds with the exception being that when each camera's...
View ArticleHow to go next tab of windows?
How to go next tab of windows? Please Guide me............ [ autoit ] popupControlCommand($COMPANY_NAME &" Properties","","Button","TabRight") i have tried that code tell me where am i wrong?
View ArticleChoose multiple files by autoit
Hello, I have the next code: 1 ;MsgBox(0,"Parameters",$CmdLine[1]) ;Sending parameters through command line 2 FileCopy("C:\W3C.png", "C:\"&$CmdLine[1]&".png") ;Make a duplicate copy of the...
View ArticleHelp on AutoClick
Hi guys, Im from Brazil and I not speak english very well so I made this picture to try and show what I'm trying to do can someone help me?
View ArticleKeystroke recorder - making it work ... ?
Hi! On this page here, http://forum.piriform.com/index.php?showtopic=37034entry223245, there is a neat-sounding way to do change shortcut icons in Windows en masse. It's described like this: I found a...
View ArticleCreating a plugin for Xpadder
Hi everybody! This is my first post, and I come here to discuss the very issue that got me in AutoIt, which is the program Xpadder. I apologize in advance if I'm asking something already discussed or...
View ArticleDo smth every X amount of Time
Hello For example i have a script like this: [ autoit ] popupWhile 1 Mousemove(0,0, 10) Mousemove(10,10,10) Wend What i want to do is, to make the script break this While loop and...
View ArticleSet a timeout for _FTP_Connect()
We have several servers and I'm writing a server status monitor. I am trying to quickly determine if I can FTP to each of our local servers. When I successfully do an _FTP_Open(), then call...
View ArticleNew to AutoIT
Hey everyone i am new to auto it. I have recently downloaded the program and am trying to figure out how to get a program to "restart" its function when the pause/unpause button is used. I do not wish...
View Article<input type=file> problem, why script pauses in IE.au3
Hello Forum, I tried to fill up a form which has the button <input type="file">, I got success in clicking the browse button, but after that the script pauses, can't able to send any commands to...
View ArticleBasic: Paste stored value in a dialog box titled "Open" ?
I have this basic code which read cell in an excel file and I am assuming that it stores it in $sCellValue, now how do I paste this data in a Window tittled "Open" in a software ? [ autoit ]...
View Articlehow to get autohotkey default language
I have been working with AutoIt making small tools (autorecord with some adjustments mainly) to save me keystrokes/mouse moes etc. during work. Now with a new computer tried several installs and even...
View ArticleTerminal Emulator with ACTIVEX / COM+ ?
Any body know something like that ? " Terminal Emulator with ACTIVEX / COM+ "
View ArticlePixelbot Not Looping
Hi there! Hope someone can help me. Since some days iam trying to make a pixel bot, but i have a problem. When my pixelbot doesnt find the pixel that i choose, it stops, it dont even search the pixel...
View ArticleDetecting Menu State
Can anybody suggest a way to detect the menu state for an application, I am trying to control. For example in certain situations the File->Print option is disabled. I don't want to select the menu...
View ArticleSend TCP Packets to clients
Hello I have an autoit script that i want it to be a TCP Server and send packet to connected clients I have successfully created TCP Server and clients can connect but the problem is that i sont know...
View ArticleRepeating Certain Steps in a Function
[ autoit ] expandcollapse popup#include HotKeySet("{PAUSE}", "checkForImage") HotKeySet("{DEL}", "Terminate") global $y = 0, $x = 0 Func checkForImage() while 1 mousemove(960,600,10) Local...
View ArticleNeed someone experienced in AutoIT or similar programs with pixel recognition
So, I and my friend are atm looking for someone to help us out with some scripting in AutoIT or similar programs, maybe AutoIT is not suitable for calculating this stuff. I don’t know. What I do know...
View ArticleNew to Autoit Syntax - String Parsing
Good Day, I have a tag inside a HTML file needs parsing. TAG <div class="W3 Schools Link WHITESPACES " title="Hello World "></div> CURRENT METHOD [ autoit ]...
View ArticleAutoit not seeing [out] parameters
so I'm trying to interface with a programs API and everything seems to work fine with autoit. i can create the object, initialize it, run the functions. the problem comes when the function has an [out]...
View Article