Inserting multiple images onto an existing word document
Hello all, I am new to scripting with AutoIt and I'm trying to insert multiple images into an existing word document (in between words). Is this possible with AutoIt? I had a look at the script...
View ArticleLoop through list of window/window handles?
Im trying to get a list of windows that are open along with there handles. Then I wanna search through the list for specific text contained in the $olos array and then if found...(well the if...
View ArticleQuick xcopy question
Im still very new to Autoit and Im having issues with a an xcopy command. Here is the error. Thanks The error is on the xcopy line ==> Unterminated string.: $file1 = @UserProfileDir & "\My...
View Articlecode worked yesterday, but not today??
Hi, I have a strange issue that my code was working yesterday, but today it is not. when i run it i get this error message in the bottom window. >"C:\Program Files...
View ArticleHow to borderless app but still being able to drag and resize(NOT GUI)
Hi there i have searched for countless hours on the forums and help file and i have found alot of things how to resize gui and apps inside gui but not how to actually do it with external program. I...
View Articlewhy don't work TAB?
There is a program hdtv2mpeg. It repackages mpeg from transport stream to the program stream, but there is no butch. It is very necessary for this script. He began to write, but was stuck on the fact...
View ArticleWithout stopping autoit script can we do other browsing?
Hi, When I am executing my autoit script it is running fine but if I want to perform someother actions then it is not working. To resolve this any solution is there any method so that the script also...
View Articledownload PDF rendered inside IE window using InetGet
Hi, for one of our requirement, we need to login and then after few pages, download the PDF which is rendered inside IE. i am using InetGet as i ama ble to get a complete url, but the pdf downloaded...
View ArticleControlClick Dosn't Work :)
Hello, I'm back, i want to improve my AutoIT Skill, so i decited to create simple APP. I decided to work with my calc.exe , so. There is small example what i wanted to take. 1. ControlSend 2 2....
View ArticleRunAs in Windows 7 64 bit Woes
Does the RunAs() function work in Windows 7, 64 bit? I have tried many ways to get the below code to run after compiling to an exe and I keep getting an @error code of 1. I have tried an AutoIt...
View ArticleLoop calling func
Since i can`t loop func in autoit, is there a way to loop the mailer so every 15 minutes to send message ?
View ArticleDetecting 16-bit application launch?
Everyone knows that 16-bit programs won't run in 64-bit OSes... Is there a way to detect when someone tries to launch one of these on 64-bit OSes? I'm trying to make a small program that can run...
View ArticleMove mouse to Red?
Nooo... and yes... am i making an aimbot I am testing my game and I want to explore the ways of aimbotting in order to make gameplay fair. I am a beginner to Autoit but I know how to block certain...
View ArticleApparently
JUST MAKE THE CURSOR MOVE TO RED CODE WITH 10 SHADES OF VARIATION! D: PLEASE ADD ON AND OFF BUTTONS PLEASE! IT'S FOR A TEST >.<
View Articlegetting "&" to show correctly in string
So i am making a script that is pretty much functional except for one thing. The Script is to collect Song, artist and liked status from Pandora and also click the "I'm Still Listening" button after...
View ArticleHow to know local drive or not?
If user input filepath+filename, how could we know that is a local drive or not (maybe network drive)? If user input "\\servername\share-name\filename.exe" then we know the file is on network drive,...
View ArticleCan't see the pixel of active window - pixel detected is the one on the back
I activate a program , its on a window mode , when i hover over it with the autoit window info - the pixel shown are the ones that are on back (meaning of the desktop) anyone have any idea why and...
View ArticleWinMove Window Size Not Working Properly
One of the things this script does is detects when Netflix has gone fullscreen and sends it to my secondary monitor. The problem is that with any sleep added to the loop the WinMove resize breaks and...
View ArticleI need help with pixel search and mouse click.
I have this script: AutoIt expandcollapse popup#region HotKeySet HotKeySet("{F4}","PIXELREAD") HotKeySet("{F2}","PIXELFIND") HotKeySet("{f3}","ExitProg") #ENDREGION #region variables dim...
View ArticleRSA Algorithm
so i found this old post with the RSA Algorithm. Can it be included in the Crypt.au3 or if someone can help me make a new include file I dont know where to start
View Article