AutoIt script not working while program windows are in focus
I've been trying to make a script that will type a message that works when I have any normal window open like notepad but when i try to use the script in a different program window (in this case Dota...
View Articlegetting process network bandwidth
Is there a way to monitor a specific process network bandwith?
View ArticleFunc: Program Update Checking - open for critiquing
I wanted to post this here before putting it in the Examples forum to see if it's worth it, and also get some input since i'm no expert. I have been using this for a long time but just recently cleaned...
View Article[SOLVED?] DOM "name" property reading the wrong node
Hi, this is probably another one of my newbie easy questions. Here's the image of the table/form I'm trying to control. https://docs.google.com/file/d/0ByUpE9M4BFXIMjc5aU1ubklYZG8/edit The goal is to...
View Articlesave a file on cloud storage from SciTE on a non-admin user XP, possible?
In my bank Office my PC is in this situation: - Windows XP - non-admin user - Internet access through an http proxy Is there a way, on this PC, to open and save a file from SciTE directly on a cloud...
View Articleping script
Hello all, I'm trying to write a script that will ask for an address then ping it. I thought I had this correct, but it's not working at all. Here's my code so far. Also, I've only been working in...
View ArticleUtility to get window/control information
Some time ago, I downloaded an AutoIT utility that allowed me to see the states of windows and controls as I moused over them. I've been successful at losing the program, and don't remember the name....
View ArticleInvisible GUI - Visible text
Hello I'm trying to put a gui with an edit box containing some text on top of another window - this was easy with WinSetOnTop() The window (right now) is just an edit box, showing me some useful...
View ArticleHow to run a simple console script unattended?
Hello, I am trying to run this script unattended, it works fine when logged in but not when not logged in. I know it has something to do with the console window and have also tried "ControlSend"...
View ArticleNeed help about GUI not closing.
Hello, This is the first time I use autoit to make a game bot. I create a GUI with KODA and after writing all the codes. Nothing works and I can't even close the GUI. Here is my script [ autoit ]...
View ArticleAttempting to mess with COM objects. I have the DLL but need some help.
Here is the link: http://www.yubico.com/develop/open-source-software/low-level-library/ At the bottom right there are download links for the PDF, x86 and x64 API DLL. Spoiler User guide (pdf) Binary...
View ArticleAltering the variable from PixelSearch?
Hi, For example, my PixelSearch gave 2 variables $abc[0] = 100 $abc[1] = 10 Are you able to alter it's value entered in the array? I tried to alter by $abc = PixelSearch(438, 426, 889, 782, 0x0000FF,...
View ArticleFetch the width and height of a specific monitor
Using [ autoit ] popupLocal $size = WinGetClientSize("Program Manager") I can get the width of all three monitors summed, but how would I get just one monitor?
View Article[SOLVED] get win handle from pid using wmi?
I'm curious, is it possible to get window handle with pid using wmi? I already know the wingetproc and winapi functions to do so, I'm only curious if wmi is powerful enough to do so as well.
View ArticleMouseClickDelay
Is the MouseClickDelay referring to a different number than the speed on MouseClick? I have set the delay to 0, but it doesn't actually change the default. While changing it on MouseClick itself fixes it.
View ArticleNeed Help with _IEFormElementSetValue or Input type=file.
Hi Mates I am new here, new to AutoIT & Automation. This is my first try at AutoIT I have created a script to upload some image files to my account Here is the code, [ autoit ]...
View ArticleHelp to find a way to verify the correct answer
Hello, in the future i will use inputbox but for now is just for testing. I'am trying to find a way to make to verify the correct answer for the input box, so if one the inputbox doesn't met the...
View ArticleSend command does not complete
Hi I'm new to AutoIt and this is probably a very basic question. I have the following script that I'm playing with. Run("WINWORD.EXE") WinWainActive("Document1 - Microsoft Word") Send("This is my test...
View ArticleReading text from MSHFlexGridWndClass
I have tried everything i could think but i cant get text from the control. I can get the handle using $grid = ControlGetHandle("WinsTRACK", "", "[CLASS:MSFlexGridWndClass;INSTANCE:3]") but dont...
View ArticleReading text from MSHFlexGridWndClass
I have tried everything i could think but i cant get text from the control. I can get the handle using $grid = ControlGetHandle(title, "", "[CLASS:MSFlexGridWndClass;INSTANCE:3]") but dont know what...
View Article