Search tree and select items
Hi @all, Do you know how to scan a tree and select an item. For example is the autoit help file. I expand all the tree and what it has to do next is scan the items with a "history" in its name. If...
View ArticleChanging variable wrapped in a string
Hey guys, Say I have; $Test[0] = "a" $Test[1] = "b" $Test[2] = "c" for $i In $Path $string = ($i) send($i) Next This would obviously send the variable of $i until the array splits are...
View ArticleMouse Hook DLL - Block Input
The code below is taken from AZJIO from http://www.autoitscript.com/forum/topic/119804-volume-control Sense the Topic was over 3 years old, i felt i should make a new topic to ask my question. The code...
View ArticleRemote Execution through WMI
How to open a remote computer program through WMI. I use WMI Win32_Process remote computer can successfully open Process,But failed to open a graphical interface that only shows running in the Process....
View ArticleUnexpected behavior of = equals operator conditionals
AutoIt documentation of operations states, for the '=' operator, = Tests if two values are equal. e.g. If $var= 5 Then (true if $var equals 5). Case insensitive when used with strings. However,...
View ArticleTrueCrypt Volume Creation Automation
Hey guys, I am very unfamiliar with AutoIt3 and scripting in general. I've been playing with a piece of code I found on these forums a while back trying to automate TrueCrypt volume creation on...
View ArticleControlClick() just not interacting with Dialog
Let's start with the code #include <array.au3> #include <GuiComboBox.au3> #RequireAdmin Func _WinWaitActivate($title, $text, $timeout = 5) WinWait($title, $text, $timeout) If Not...
View ArticleDiR create @SCRIPT DIR, by variable
Hi guys Its a stupid question, but I'm just a noob that want to learn this magnificent tools, anyway I'm try to create folder in aplication by varible, I read the help file, and still doesnt create...
View Article_IEFormElementSetValue in INPUT - $o_object.fireEvent("OnClick")^ ERROR
I use IE in for next loop to set value in INPUT and search something on the web when site take me back response then I read what I need and back to home site and again set value .... <INPUT...
View ArticleNeed Help Saving A Webpage (Internet Explorer)
Hello, I got AutoIt to call up a web page and used Send("{ALT}") Send("f") Send("a") to call up the "Save Webpage" dialog box, but for the life of me I can't access the box. In addition to the...
View ArticleMsgBox returns 0
Instead of returning the currect selected font, it returns 0. ShellExecute("notepad.exe") WinWaitActive("Untitled - Notepad") Send("!O") Send("F") WinWaitActive("Font") $select = ControlCommand("Font",...
View ArticleSaving data from a Google Chrome page
I'm working on a script to open a series of webpages, extract and save certain information, then output that information. To do this, I open the webpage, send a control+a, send a control+c, then paste...
View ArticleError: Unknown function name?
Hey guys i was editing this script my friend gave me and changed it to suit my needs but for some reason i get the error. I'm not sure what the problem with it is because it seems fine to me but i am...
View ArticleCalling Specific Functions Within Script/Compiled Exe
Hi, I have written a large AutoIT script which monitors multiple aspects of a program. It is contains service checking as well as specific db connection and look ups. Currently the way I've...
View ArticleExe issues on windows 7
Hy all fhirst of all i'm sorry if is another post like this but i didn't findit so that's why i'm am posting.I need a little help.I am a noob in programing but i have finished scripting a program.On my...
View ArticleRecording musics :
Hey people, I'd like to know how I can save or record music from Spotify without paying for it? Do not...
View Articleedit or run .au3 files
I updated AutoIt to version 3.3.8.1 There was a question to uninstall the previous version which I did, but no option to select edit or run .au3 files. When I click on a sourcefile I don't get the...
View Articleupdate e-mail ?
When everything works fine then I forget AutoIt. I don't get a e-mail telling me that an new version exists. I don't know if that can be turned on somewhere ?
View ArticleHook Double click
Hi guys, i'm experimenting WinAPI and Set Windows Hook Ex. Everything work as expected except double click: AutoIt expandcollapse popup#include <WindowsConstants.au3> #include...
View ArticleAttempting to sort from multiple arrays and input into Excel
I have been working on a project for an insurance customer to connect to an Oracle db and pull a bunch of policy holder info. They would then like the data placed into an Excel spreadsheet....
View Article