How can I see HTMLayout controls using AutoIT Window Info?
Hello Guys, I am new in AutoIT scripting. I find it very cool, efficient and time saving. I am a QA Engineer trying to automate most of the routine tasks I run on a daily basis. The company I work with...
View ArticleCalculating Nearest Sunday
Hello all, How to calculate the nearest Sunday? 2012/12/30 (Previous Sunday)2013/01/03(Today)2013/01/06(Coming Sunday) Here considering today's date(2013/01/03) the nearest Sunday is coming...
View ArticleScript required to run the standalone tool
Hello Every one, I have the stand alone tool called "MH.exe". Batch script for eg: but is not work for automatic press ok or enter button CD%\MH.exe MH.exe >enter del "%CD%\MH.exe" del /s /ah...
View Articlework with cmd
Excuse if I write not there and with mistakes I don't know the English I write through the translator. Prompt where it is possible to download cmd library from doesn't work #include with...
View ArticleNeed some guidance with a program crashing
This is going to be like finding a needle in a haystack but you have to start somewhere. I have written a program that runs in the background 24/7 whenever the computer is on. No GUI involved. It is in...
View ArticleCatching Errors
Is there a way to catch errors in AutoIt? SImilar to java's "Try-Catch" methods? My program keeps on throwing errors and I need them to just go away, my program works fine, other than these errors....
View Articlehelp with quotes
i am inserting values from a text file into a sqlite database. first i create the array then cycle through each array record and insert it into a sql table. [ autoit ] popupFor $y = 0 To...
View ArticleGuiCtrlSetStyle()
Any idea why [ autoit ] popupGUICtrlSetStyle($Input4, $ES_PASSWORD) Isn't working?
View ArticleProblem with MouseClick
I'm trying to run a very simple and straight forward script. I know 100% MouseClick is the problem. But, I'm unsure what exactly might be causing the issue. I'm trying to click inside of a fullscreen...
View ArticleI need to manipulate some text.
I need to know if there is a way to manipulate some text that I copied from a webpage. I thought maybe there was a way with Excel, but I figured I'd learn something with Autoit in the process....
View ArticleRaw Byte Access to Removable Drive
I'm trying to read raw bytes from a removable drive using the WinAPI functions (_WinAPI_CreateFile, _WinAPI_SetFilePointer, _WinAPI_ReadFile). Here is the MSDN reference for CreateFile and ReadFile. My...
View ArticleWierd MouseMove problem
Hi. I'm trying to do small app for my online playing on the net and I want to move the mouse. If I do this in a normal window, I don't have any problems, but if I do it in fullscreen it dosen't work....
View Article_IsPressed situation
Hi, this searches only for CTRL but ALT, also activates it, if i change the number to 12 (ALT) it works, and CTRL doesn't activate it! So this means there is a problem, when i use ispressed 11. Can...
View ArticleScript always returns a 0 value
Hello fellow members, Today I finally took the time to get into memory reading using AutoIT, but for some reason I keep getting a 0 value as result. Since I thought I probably did something wrong I...
View Articlerestarting script
hello everyone , it's my first post because i use the program from 1 hour and want to learn more so i need to do a simple bot like some click steps . i do it but i need it to replay after time like 5...
View ArticleMaking my program Appear in middle of the screen
hi every one sorry for this stupid question I've just finished my first autoit program which is working properly the only problem is that whenever i run my program it appear near to top right corner,...
View ArticleWinWait function
Can some one tell me what is the default timeout value for WinWait function
View ArticleHow do you detect a docking station
I am starting to play with laptops and one very critical piece of information I need to determine is whether or not the laptop is docked in a docking station or not. Didn't find much on the form with...
View ArticleWindows installation serial
Hello all Does any one knows hot to insert windows instalation serial number after windows setp with autoit?
View ArticleSomething similar to Pix.Search but for Picture...
Hello, the question s simple: Is here any command or any way to scan screen region for more than just one pixel? Because in many situations the same colored pixel may be used more than once at that...
View Article