how to wait until a new web page opened by javascript is ready?
Hello I'm trying to automate an web application that is build with frames and a lot of javascipt, the first page is a login page with 2 input box (username and password) and a login button no problems...
View ArticlePopups
okay so im making a program that will open a website and log in and do some more steps. but after it logs in, the website puts the next page into a popup. and so the next function in the script doesn't...
View ArticleHow to select multiple folder at once
Hi, I cant make FileSelectFolder() to accept multilpe folder select on Choose Folder window when user press Ctrl and/or Shift. Is there any parameter I should try? I also try Melba's...
View ArticleBinary Data
Hi guys, I've been trying to get the binary data of a bitmap image file which is stored in my PC, i've been looking around and it seems like _ClipBoard_GetData() may be what i am looking for. The...
View ArticleCapture Modifier Key "pump" or "double tap"
First of all, this is not for a game, I want to hook this event to "Start Window Switcher". I am trying to create a script that will capture a left shift double press (pump) such that it only works...
View ArticleCan I Use And Keyword
AutoIt expandcollapse popup; Script Start - Add your code below here ; A test function $cButton = GUICtrlCreateButton("", 1, 1, 1, 1) ; Show the error returned ConsoleWrite("The error value...
View ArticleSome question regarding script performance?
I have some question regarding autoit performance? lets say i have a 2000 line of text, with max 30 char / line, I would do something big for each line, what should i do for best performance? Dim...
View Articleno matching "Wend"; "EndFunc" statements
Try to combine my recorded script and this one http://www.autoitscript.com/forum/topic/135495-need-help-to-make-my-script-repeat/?p=945580 But mine has bunch of errors: 1."While" statement has no...
View ArticleDirectories to Array
Hi! I want to get all names of directories in a selected directory. I searched very long for a function for that but didnt find... It would be cool if the filenames are in an Array after getting...
View ArticleHow to get value after string?
I know you can do.. Global $File_Get_Version = FileGetVersion("Explorer.exe") $file_get_version_split = StringSplit($File_Get_Version, ".") msgbox(0, "", $file_get_version_split[4]) But any...
View ArticleDealing with JSON response to Twitter API
Hi All, Long time no post - the forum has changed a lot since I was last here! Hope you are all ok. Anyway, the reason I'm here is because I'm writing a program that needs to post a Tweet to a...
View ArticleClearing cookies/sessions in _IECreateEmbedded()
Hi All, I'm trying to write a small program that automatically logs on to a website using a username and password provided and screenshots the front page (I've checked and this is not against the...
View Articlewindows 8 lockscreen picture
Does anyone know a script to change windows 8 lockscreen picture? Thanks
View Articledisplay text on top but dont activate on click
Dear AutoIt community, im a hobbyscripter and got quite far with this awesome tool and its functions/tutorials already but now im stuck and dont find an answer for my problem (beside d3d drawing,...
View ArticleRegex Shows Blank Result
HI guys Help to know what is I'm doing wrong with my code,was trying to play with regex but its always keep the result on a blank file. #include <WinHttp.au3> Func socket() Local $keyword...
View Article[ask]
hay guys I have a problem with this please help me Spoiler this my project http://www.4shared.com/rar/-gRwljwC/project_SSH.html
View ArticleAuto executable script
Hello, I want to ask if it is possible to make a programm that will execute itself and run automaticly as soon as i download it on my computer. I have some projects saved on e-mails so i can transfer...
View ArticleIs it possible to run auto IT online?
Is it possible to use autoit to do some stuff online? For example something like this: http://textmechanic.com/Add-Prefix-Suffix-to-Text.html Or would it be possible to have autoIT let's say...
View ArticleCode not working on locked machine
Hi I am on IE8, winXp SP3. the below mentioned code doesn't work when the mahcine is locked. It does work though when it is unlocked. WinWait("File Download") WinActivate("File Download")...
View Article_Excel UDF to ADODB
Hi Guys, I have the following code. But it needs Excel program to be installed on the machine in order to execute it successfully. Can someone guide me as to how I can bypass this using ADODB?...
View Article