compare numbers -need help-
hi all this is a part from program update code it must check a file size from a download link and compare it to test.exe that contain the size of another file in bytes AutoIt expandcollapse...
View ArticleIs it a Table or what?
I am very sorry to trouble you, but I trying to select "user" in a table and then press the "add" button, but I'm not sure how to do this. I have tried this: If IsObj($oNextObj5) Then ; Assign...
View ArticleList files to array and sort them by date
Hi again Is there any ready to use UDF to list files, put them to array and sort them by date? As far as I know, RecFileListToArray by Melba and _FO_FileSearch by AZJIO doesn't provide this...
View ArticleFaster then send()
I created a billing notation program for work. The users click the text box on their web browser of choice. It runs fine, but I was presented with a "issue." When the user hits a hot key or a button,...
View ArticleEase the tedious automation
Hey guys. So I often use codes like this: ControlClick ("Propiedades de TCP/IP", "", "[CLASS:PropertyList; INSTANCE:1]", "LEFT", 1, 206, 60) Sleep(100) ControlSetText ("Propiedades de TCP/IP", "",...
View ArticleKey Counter Issues
Hello, I am creating a key counter for a friend to measure actions per second, I've been stuck on this for quite some time and have been looking for some solutions. AutoIt expandcollapse...
View ArticleIE10 10.0.6 _IEAttach text no longer working?
Running on Windows 7 with IE10.0.5 the code below works fine. oIE = _IEAttach("somestuff", "Text") Same code, same url with Windows Server 2008 R2 and IE10.0.6 returns 7 (No Match) OS issue or IE...
View ArticleNeed help with arrays! (dont add same arrays)
All the time I find it difficult to use arrays becouse all that redim, ubound stuff.. so I used variables alot! I need func which would allow to add only unique arrays. #include <Array.au3>...
View ArticleTrying to connect to Oracle DB
I have encountered a need to connect to an Oracle db, and am not having much luck. I have read through a number of posts on the forum, with several different ways of doing it, but seem to be getting an...
View ArticleSimulate calculator clicks to add two numbers
...without using the "send" command. Once complete-gets the result from the calculator display and show it in a message box (this wont be the difficult part). I just need it to simulate the clicks...
View ArticleWEB API and piping with REST and HTQL or Watir
Hello all. I am projecting a lot of REST API programming, but some sites do not provide APIs and all the web scraper systems I have looked at wasn't robust enough to use in a business applikation. The...
View ArticleA simple script that demonstrates controlling Zoom Player via TCP
Pasted below is a short, simple AutoIt script that I wrote to test TCP control of Zoom Player Max (ZP) . The functions available are at this link. May it help someone in the future. Thank you to...
View ArticleUsing _IE
Hey guys, I'm currently trying to hone my skills a bit more by manipulating the IE functions to submit data on webpages. I think this would be much more effective then using movemouse, or mouseclick...
View ArticleFileopendialog() start focus file list
Is there a way to set focus in a fileopendialog()? I would like to set the initial focus to the file selection where up, down, left, right arrows, select different files. I tried scanning the init...
View ArticleSend text to specific window control
After few search on the internet, I still cannot figure this out. Any tips on doing it? Is it the way i declare the window object wrong? Below is my code: #include <Excel.au3> #include...
View ArticleCollapse parent tree of autoit help file > Contents
Hi @all, I am new to autoIT. I am trying to collapse the parent tree of autoit help file as shown in the picture below. Should be an index of that tree is used so it can identify which will collapse?...
View ArticleNeed Help with IE dialog box
Hi, I am a newbie and writing script to save an excel file to a particular location. Here is my code- #include <IE.au3> Local $oPgm, $oSubmit, $oExportExcel, $oDest Local $sPgm = "SOME...
View ArticleArray/GDIPlus help!!
im writing an icon editor but i cannot figure out how to write the fill bucket all of the pixels are avalable in th 64x64 image array AutoIt expandcollapse popup#include...
View Article#include <IE.au3>
I am having issues with a script that I had created that is using the #include <IE.au3> options and having a bit of an issue. I have a couple sites that require the 32 bit version of IE, but the...
View ArticleAutoIt and Qt controls
using the help I received from the forum yesterday: #include <Misc.au3> #include <WinAPI.au3> Local $hDLL = DllOpen("user32.dll") While 1 If _IsPressed("01", $hDLL) Then ; Left mouse...
View Article