RunAsWait failed return value, but successful process
Hello! Can someone offer some advice as to why this process is coming back as failed when it appears to be successful? This is a process that needs to run under a non-administrative user account. [...
View Articlecontrolsend doesn't work
[ autoit ] popupControlSend("[CLASS:Chrome_OmniboxView]", "", "", "https://www.youtube.com") Why doesn't this work? I want https://www.youtube.com to be put in my browser.
View Article[SOLVED]WinGetTitle() return 0 and the title ...
Hello Boys, how are you ? I am in front of something which is really shocking me... I have the documentation of WinGetTitle() and it says this : Return Value Success: Returns a string containing the...
View ArticleTrying to launch a proprietary application from fuji
This one is going to be a tough one to explain. The application is Fuji synapse. Its used for medical image viewing. All I would like to do is launch it. When The application installs, it creates an...
View ArticleWinHttp authenticate to Google using ClientLogin
I keep getting the Error=BadAuthentication response. [ autoit ] expandcollapse popup#include-once #include "WinHTTP.au3" ;Reference =...
View ArticleMenu item wont get checked.
my app at work has a menu of File, edit, view .... i try to go to view, and enable on an item " auto scroll when run" ..but i wont do anything....I test the func on notepad it works... is there any...
View ArticleValidate if user entering the right email address format
Hi, i've created a simple program, asking user to enter his/her email address, e.g dannyd_y@hotmail.com Or user can enter multiple email addresses, dannyd_y@hotmail.com;dannyd_yq@yahoo.com. [ autoit ]...
View ArticleCasting arrays
Hi there This has been bugging me for sometime now, but usually I just work around it. I think now is a good time for me to get me head around what is going on. In the following code, the _ArrayDisplay...
View ArticleIs there any tool for viewing in real time where the script is?
Kinda the same as the topic title. But is there some tool to view what's going on in the script in real time? If you have a lot of while or functions in your script, for testing it would sure be...
View ArticleLoop at current object variable's position
An IE link collection $oLinks is being looped by a $oLink with a for-in loop. An if statement is used such that when the $oLink.href matches a string reg. exp., it will do a set of statements. The set...
View ArticleNeed assistance with script
Hello I can't seem to figure the last part of my script out so i'm posting here for possible help. I'd like for when i turn it on, it scans the "2182, 437" area of my desktop here for the "16316667"...
View Articleletters and word
Greeting, I am looking for a way to sort word which built by 4 letters for example: abac ---> I want the result is aabc azay ----> I want the result is aayz bxcy ----> I want the...
View ArticleNested Next Inside If
Hello all, I have a For Statement that is reading lines from a file. I have been trying to figure out how to continue to the next line within the file (when a condition is met...or lack thereof),...
View ArticleHow to refer to a substring?
I'm new to AutoIt, and still not familiar with its grammar. Suppose a string $s1="abcdefghijklmn", now I want to refer to a sub-string s2=s1(3 to 10), what's the right grammar in AutoIt?
View ArticleHow to click using ControlClick in the window
Hi Forum, I tried to automate a window, and i am facing some problems clicking the button, Here is my autoit script [ autoit ] expandcollapse popup#RequireAdmin...
View ArticleHow can i maka screen capture hotkey?
I want make screen capture hotkey. For example when i press ctrl+q it captures screen to my creating folder.
View ArticleHow can I clean the console after something was written ?
How/what command to use to clean the console window, after I ConsoleWrite something ? Just like the clrscr(); function from C++. Thanks
View ArticleQuestion regarding Arrays
I am planning on rewriting one of my tools from using ini-files to using a database, and I want to add some features. I searched this and other forums about my following questions and read the help...
View ArticleHelp a newb make this more efficient
I have made a script that pulls the PC IP address, compare the 2nd octect number and open a website based on that comparison. The problem is that it has to be compared to nealy 90 sites and it makes...
View Article