AD UDF - Performance improvements
When working on the new function _AD_GetObjectOU (returns the OU of a user, group, computer etc.) I noticed the big performance advantage you get when using ADsPath. (example: processing 120 users to...
View ArticleUsing Chrome instead of IE
I'm wondering if there is a way to use the IE functions but have them hit the chrome browser instead? I'm trying to avoid rewriting all my scripts and direct them to chrome and use the same IE...
View ArticleControlClick help needed :)
Hi, I'd like my script to click 3 times at a defined coords in Photoshop but I just can't figure out how the syntax should look like. This is how I wrote it but it doesn't work :/ AutoIt...
View ArticleHowot get data from Array
Hello, First time in here and already stumbling over the good old array functions again (did have same issues in VBA). Here is what I try to achieve: I have a userform which I like to populate with...
View Article_FilePrint of an "in use" Word document . How to file unlock?
Sometimes when _FilePrint is used to print a Word document which has been locked for some reason (eg. it has just been copied from somewhere) a prompt appears asking the User if a read-only copy may be...
View Articlewriting a Webpage to a Txt file
Hi, i am trying to read a body of an internal webpage and write its body to a txt file after performaing a search. so far i have been able to figure out how to do that but the probleum is when ever the...
View Article3 button question vs 1 button with popup question
Ok not particularly a solve needed more advice i guess Im building a gui with lots of buttons on it (prob 100) Now each of them has a choice scenario (Yes/No/NA) mostly, i've managed to automate...
View ArticleFinding Line number of string in txt file
Hi guys, I have been trying to sort out this issue for a while. I've tried a bunch of different examples but none have worked. I have a rather large script at the moment so I will attempt to post...
View Article_IECreate vs ShellExecute
I am trying to figure out a faster way to call a website and login without having to rely on _IEcreate for calling the website, the reason being is _IECreate calling said website which is a citrix...
View ArticleGUI Always on top question
AutoIt expandcollapse popup#Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form 1", 377, 280, 192, 114) GUICtrlSetState($Form1,$GUI_ONTOP) $Input1 = GUICtrlCreateInput("0", 24,...
View ArticleSearching an Excel file
Hello all, I was really hoping I would figure this out on my own but so far no good. Basicaly, what I'm trying to achieve: I need to be able to search for a username in autoit and it return the...
View ArticleProgram Files(x86)\AutoIt3\Include Directory Read Only
Hi, This question is about adding and changing files in the Include Directory. Not a Programming Question. Windows 8.1 Laptop. My Include Directory, actually the entire AutoIt3 folder and...
View ArticleInstalling an older version of AutoIT and SciTE breaks my code
Recently, I updated AutoIT to v3.3.12.0 and found that due to some of the SCRIPT BREAKER changes that broke too many of my scripts, I had to uninstall AutoIT and SciTE. When I reinstalled AutoIT...
View ArticleMouse click problem
Hi there! I am a noob to AutoIt and just starting to familiarize myself to scripting with it. Before this I have been using GUI Macro to automate my task. So, recently I have been trying to move...
View ArticleSave/Restore Window Function does not restore location for minimized windows
Hey Guys, I was trying to figure out the best way to restore minimized windows with the following script. I was able to get the windows to restore the the original location but when they are...
View ArticleTaskbar Icon changeable (not TrayIcon)
Hello, I can set the TrayIcon with the command "TraySetIcon". But how can I change the Icon shown on the tasbar (e.g. when a GUI-Screen pops up)? Thank U for your help. Bye.
View ArticleFolder size exclude an ext
Proprably impossible but i'll try to ask. There is an API, WMI or any other things that give me a folder size but with a filter, so excluding an extension of a file? Like take this folder ( and his...
View ArticleParse CSV crash
I'm having some trouble debugging this issue. I use the following ParseCSV script: AutoIt expandcollapse popupFunc _ParseCSV($sFile, $sDelimiters = ',;', $sQuote = '"', $iFormat = 0, $iAddIndex...
View Articlepass variables from a bat to an autoit exe or script
hello everyone and thank you in advance for the support.i m using a software called watchdirectory i setted it to watch a folder for any newly created file when a newly created file exist it...
View ArticleHow to access database on remote computer?
I have two equal databases. The first one is install on the local machine and the second one on the virtual machine. I have no problem while connecting the database on local machine...
View Article