Does IE_Navigate recursivly scan web pages
Hi, I have a script that loops through an array of URLs and displays them with a Sleep command in between. The exact code is: For $iPageLoop = 0 to UBound($arrWebPages) - 1 _IENavigate ($oIE,...
View ArticleTable lookup
How would I go about extracting data from a table in a text file instead of using many If statements? Right now I have a lot of If statements like so: [ autoit ] popupIf $SKU = "N1234" Then...
View ArticleDllCall source?
can anyone tell me where is the c++ code for the DllCall function of autoit?cant find it in the source code
View ArticleInput box over image doesn't work!
I can't input text on the inputbox! [ autoit ] expandcollapse popup#include #include #include $hGUI = GUICreate("Test", 500, 500, -1, -1, $WS_POPUP, $WS_EX_LAYERED) GUISetBkColor(0x0AFFFFFF) ;...
View Articledraw line on exist opened window
i want to make program that will measure betwen 2 points on exist opened window and make line betwen this 2 line and put the distance but this shuld be direct (as layer) on the opened window not on...
View ArticleHow to find an image on the screen?
Write a program Autologin world of warcraft, it just 2 seconds atoms loaded the 15 case. I just want to keep track of the picture "Login" and then enter Do not tell me how to implement it?
View ArticleStart/Stop
I've spent the last 3 hours looking at examples, testing them and everything else i could do myself. I can get the start button to work properly but cannot get stop to work =(. Here is the code [...
View ArticleString pointer passed to CallDll ?
Hello, I'm a newcomer to AutoIt. I wish to use AutoIt as quick test bank for Delphi DLLs which I'm developing quite heavily, as supplements to a freeware Basic clone. My development environment is MS...
View Article[Game] HotKeySet doesn't work in ArmA 2: OA
Hello, I need support because I didn't find how to active binds key in game ArmA 2: OA with function HotKeySet! I tried with: HotKeySet("{F1}", "_My_Function") ; F1 HotKeySet("{a}", "_My_Function") ; a...
View ArticleInteractive Command Prompt
Hello Everyone, New here as a registered user, but been reading and learning for several months. I have a question, I am working on a remote administration tool, and one of the features I would like is...
View ArticleBackground process not closing
Hi, I have several AutoIT scripts that run installers for me (CCleaner, Malwarebytes, etc.). If I stop and close the installer before it finishes, it closes, but the AutoIT script continues to run in...
View ArticleFind Image in Image --> Loop
Hi guys and happy holidays I have found a cool Func and i'm playing around This is the script: [ autoit ] expandcollapse popup#include <GDIPlus.au3> #include <ScreenCapture.au3>...
View ArticleCompInfo UDF crash on some systems
Hello everyone, it's my first topic on these awesome forums. I'm writing an installer for a program of mine that at the beginning checks the graphics card model. To do so I'm using the CompInfo UDF....
View ArticleCall script with arguments?
Hello again... My script has a windows context menu. When i right-click over a exe file (for example) i have the option to execute my script with pre-defined parameters. For example. I right click the...
View ArticleWinGetState Is Visible not working correctly ?
[ autoit ] popup; Check if a new notepad window is Visible Local $state = WinGetState("[CLASS:Notepad]", "") ; Is the "Visible" value set? If BitAND($state, 2) Then MsgBox(0, "Example", "Window...
View ArticleHello ;)
Hello everyone! I'm new here and would be glad if anyone could help me out a little bit to start off. I know little bit of HTML and im still learning and so I really wanted to know how some bots for...
View ArticleHelp inetget doesn't work!
I made this code but the file doesn't show up in the script folder! here is the code: [ autoit ] popup#include ; Open needed handles Global $zolo = InputBox( "Musica", "-------" ) ; Specify the...
View ArticleGIF in GUI makes keyboard not operational
[ autoit ] expandcollapse popup#Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Version=beta #AutoIt3Wrapper_Icon=Scripts\TEST.ico...
View ArticleLooking for function equivalent to "WinMenuGetItem"
I'm setting a menu option using WinMenuSelectItem. But before I do that, I would really prefer to know the current state of the radio button options in that menu. My use case: I'm selecting a...
View Article