↧
How to read next text without already read text
I am confuse, how to read next text without already read text... My Script... AutoIt expandcollapse popup#cs ----------------------------------------------------------------------------...
View ArticleUsing Autoit to access a webservice that requires authentication
I'm trying to build a script to call some functions of a web service. I have found this example for doing SOAP http://www.autoitscript.com/forum/topic/45904-soap-example/ so I assume I can manually...
View ArticleInfinite Loop For Next when Deleting Array Elements
Good Morning AutoIT Gurus and Masters Slightly complicated array here... and infinite loop that I'm trying to output to a file after the values are matched up; then anything that doesn't match is...
View ArticleExecute function as soon as text is present in a input box
Hello, I am somewhat new to AutoIt and I am trying to develop an application to track check-ins for a local Flea Market I help run. I already wrote a application that updates my SQL database by...
View Article_GUICtrlListView_DeleteItemsSelected w/ Checkboxes
_GUICtrlListView_DeleteItemsSelected($listview) works fine to delete items in my listeview if I am "selecting" them by clicking on their name.... What I would like to do, is delete items in my...
View ArticleDriveGetLabel not giving the expected result?
Says this in the helpfile Returns Volume Label of a drive Now the volume label i would find if i use in a cmd window with this vol c: gives this E649-2540 which is completly different to the...
View ArticleIs there a way to make application write on disk?
I have some program (RSS reader) and before read feeds from disk i want to make sure, that all feeds up to this moment is written on disk and not still in memory of RSS reader. So question - Is there...
View Article$_IESTATUS_InvalidObjectType
Local $ie = _IECreate("https://www.google.com") $tag = _IETagNameGetCollection($ie, "title") $code = _IEPropertyGet ($tag, "innerhtml") MsgBox(0, "title", $code) I try to run this script and I get...
View ArticleAuto clicker combined with Random.org
Hi, and thanks in advance.I could very much use a truly random autoclicker but i searched the web and couldn't find any. I know that random.org has an api that can be built in an existing autoclicker...
View ArticleIs it possible to copy files to startup in autoit?
Hello autoit community I wanted to know if it was possible to define the currently logged on username in autoit like %USERNAME% in DOS (Im creating a program for my friends and I want it to start on...
View ArticleWindow resisting automation
I have a window without a title in a program that is resisting automation. I can activate it, read its text with WinGetText and I can examine the controls using the Window Info tool but get no response...
View ArticleSelect files to move and increase name
Hi. Make this function to increase name of files between values of textbox, but i never have sucess in this operation. Can someone tell what is the error? Regards. $Start = GUICtrlRead($txtStart) $End...
View Article_FTP_FilePut not uploading
_FTP_FilePut($hConn, @DesktopDir & "\Username" & $x & ".txt", "/Username" & $x & ".txt") I do not get any errors, but nothing is uploaded.
View ArticleHow to send to a program that resists sent keys
Hello everyoneI'm trying to send keys to a specific program on my computer (using "Send"), but all keys sent to it simply disappear (i.e. the program does not respond to those keys being sent). For...
View ArticleSearch In ListView (Redraw with matching string)
Hi Guys, I am writing an app that involves a list view with for example 100 rows. I have added an input box and search button to search the list view for whatever was in the input box. I found this...
View ArticleHelp with regex between HTML tags
Hi all, I often use regex but here I don't find the good regex ! <tr class="bg"> <td class="tdhead">Gérant</td>...
View ArticleScreenshot tool, cancellation of the function.
Hi everyone. I'm trying to edit some sources from another person and after 4 hours of attempts i ran out of hope. Here is the code: AutoIt expandcollapse popupFunc SHOOT() $fname = @MDAY...
View ArticleRead selected item in Treeview - FileManager
Hi, i am trying to create a FileManager, now i know there are better programs out there to do it, but i think its fun to try and learn nu things. Now i am getting stuck in my code i created a button...
View ArticleHow to Get Count of Items in 3rd Party ComboBox?
I have an AutoIt script that takes control of a third party Windows application at a financial firm, automatically imports records from an Excel spreadsheet, and does numerous other things. There's...
View ArticleWhen is the program and file fully opened?
I am trying to write a script that times the steps to start a program, enter the file to open, and then be ready for user input. I have this happening for a couple applications already, but need it...
View ArticleSend email using Gmail
I know, i know this has been asked a million times, but i can't seem to get this to work I'm using Jos' code and double checked my username/password and i am still getting the "Error code:2...
View ArticleTerminate hotkeys wont work?
Im trying to make a loop that exits with hotkeys but i cant get them to work at all even after taking example scripts and plugging my own code into them ; Press Esc to terminate script, Pause/Break...
View ArticleText area paste chars limit?
Hello, my script uses textarea to output ant input long text strings (very long). The problem is that I see that the text area has some characters limit. I suspect that it is not a problem of the text...
View ArticleDetect specific process ID and wait until process finishes
I use Run("explorer.exe " & @ScriptDir&"\DataText_received_files"); How can I detect this specific explorer window process id and wait until this specific explorer window is closed?...
View ArticleTask Scheduler: The system cannot find the file specified.
I can't seem to figure out how to encapsulate the file path... Help pls. RunWait(@ComSpec & ' "/c" "schtasks" "/create" "/tn" "Mytask-' & @UserName & '" "/tr" "' &...
View Article
More Pages to Explore .....