To check and log-in windows from AutoIT script
I have an requirement to run a script which has WinActivate and other interactive commands and I wanted to make sure the "windows locked" scenario is taken care. I gone through the FAQ...
View ArticleSoundPlay() over network
Hi All, The code: SoundPlay("C:Windows\media\tada.wav") will correctly play the sound when running the script locally (Win7 32 bit, computer name="computer1"). However when I then transfer the...
View ArticleGDI+ - Draw text to a png file and save it
Before I say type anything this is proberbly a question that has been asked already. I searched the forum and couldn't find anything. The question is: How do I draw a string (in this case every letter...
View ArticleNeed help with mousegetpos and mousemove
I just found out yesterday autoit and I try to make a macro that can stock the mousegetpos * in * the macro by pressing a hotkey and then with another hotkey, performs * mousemove on the postion...
View ArticleCheck for updates on a page without overchecking?
Hey, I'm looking for a way to check a webpage (an inbox) for updates (new messages) periodically without overchecking and owning the sites bandwidth... Anyone know of a way to do this in autoit?
View Articlecompare image differences and pin-point?
Can autoit compare image and point out on the area that are different? Say I have two image that are the same, but one of the image has a missing part such as one person is holding the ball on image 1,...
View ArticleHelp noob with mousegetpos !
I just found out yesterday autoit and I try to make a macro that can stock the mousegetpos * in * the macro by pressing a hotkey and then with another hotkey, performs * mousemove on the postion...
View ArticleStdOutRead broken or what am i doing wrong
I'm not unfamiliar to Autoit obviously but this is baffling me. Is this a bug in StdOutRead? This is a very simple way to see the GUID of your power settings on a laptop but its not working as long...
View ArticleStringRegExp to get time in miliseconds
Basically, I have a counter which counts down and i'm trying to get the time left in milliseconds... Potential string formats: Updates in: x hours xx minutes Updates in: x hours xx minutes Updates...
View ArticleHotkey problem with a simple timer
I wrote a timer which is activated by an hotkey and when it reaches 10 second it will play a sound. The problem is that if I press "x" times the hotkey then the timer will play the sound "x" times. I...
View ArticleAdding hotkeys to start multiple timers
Hi there! Question, having this: AutoIt expandcollapse popup#include <GUIConstants.au3> #include <Date.au3> Dim $Timer1Active = 0, $Timer2Active = 0 Global $reference1 = 100,...
View ArticleHow to copy and process data from webpages
Hey guyz I wanted to know if there was a way of copying something from a webpage and do some calculation on it. Actually my results are out and our school doesnt generate a list sorted by rank, so I...
View ArticleClicking a button on a program console screen
Hey everyone, I'm totally new to Autoit, but i have some programming experience, so i'm somewhat familiar on the syntax of autoit when reading parameters of certain functions. My question is: how do...
View ArticleHide Min, Max, Close Buttons
Ya, use it guicreate( "test" , 200 , 300 , default , default , $ws_popup+$ws_caption ) then the window will appear with no buttons in the right side... but you lose the icon so ! Hi, I want to...
View ArticleLooking to capture IMMNotificationClient::OnDeviceStateChanged events
As mentioned at the end of this thread, I'm looking to code a way to capture OnDeviceStateChanged events. I've read through the msdn info, as well as an example they have, but it's frankly over my...
View ArticleRunning multiple .au3s at the same time
Hi, i want to know if there is a way to wait for certain scripts to not be active before another script runs, i'm planing on running a large amount of compiled scripts at once that interact with a web...
View ArticleSimple program help
Hello, I was trying to make an application to manage my hours very easily but i got stuck. everything i add hours it just adds 4 hours which is strange:O i wantit to be when i add 1 hours it add on...
View ArticleAccount for system interruption?
Im a bit lost say if my script is running and windows being the way it is produces a pop up window that will obviously interrupt my script. What would be the best way to account for these in a script?
View Articlehow to use runwait command?
Hello Experts, Iam trying use the following code running installables one by one. Runwait("abc.exe") Runwait("def.exe") Runwait("xyz.exe") The problem iam having here is that once i run the...
View ArticleIs autoit supports firefox
Hi, If yes how it is possible because window tool is not supporting for fire-fox.Please help me out as I am new to this auto-it. Thanks, Madhuri
View Article