PixelSearch center weighted average?
PixelSearch currently returns back an array of the first pixel location found that matches a color. What if I wanted it to not stop at the first pixel? I want to keep scanning the rest of the region to...
View Articlesearch a string through all my au3 scripts
What do you use to search a text through all your au3 scripts in a folder tree? I tried with the F3 Windows search by filtering for *.au3 and my text as content but it some times doesn't find results...
View Articlecan't simulate a click on an object on this web page :(
Try this sequence: - open www.adultfriendfinder.com - login with zaccheus4 / 4N9JK (it's a test account) - click on the mail icon (upper-left) As you can see this page uses Javascript to fill the...
View ArticleArray Sorting
I have a list of groups with contexts appended like so: c_group.spo.cairns.qd a_group.spo.cairns.qd n_group.spo.cairns.qd v1_group.inc.spo.cairns.qd aa_group.inc.spo.cairns.qd za_group.nda.mackay.qd...
View ArticleHow to disable Autoit Error Popup ?
Sometime, when I run my code, suddenly "Autoit Error" appear and my program exit. I want to skip "Autoit Error" and my program still run, or exit my program without "Autoit Error". Anyone have any...
View ArticleMouse position copy? Possible??
Hey , Im trying to open a pdf which I do. Then I want to place my mouse at a specific section click and drap copy to another certain point and then get autoit to do that for a different file. Can...
View ArticleShow mouse "busy" cursor
Hello. I would like to show mouse "busy" cursor (pointer with sand clock on XP/pointer with a circle on Vista/7) until a window shows up. And I am not using a custom GUI. All I want is to let the user...
View ArticleHelp with auto create varibles from array.
If anyone could help me understand how to create variables from an array. something like this. $logArray = _getlogfiles() ; All eventlogfiles on the computer _ArrayDelete($logArray, 0) For $elements In...
View ArticleReverse Byte Order of String (UTF16-LE <> UTF16-BE transformation)
Hiho Forum , I'm looking for a way to reverse the byte order of a string (for UTF16-LE <> UTF16-BE transformation). I've found the function LCMapString which should imho do the trick, but can't...
View ArticleExecute a file in a container
Hello, with a program made with autoIt I use some external files (dll, exe, images,...). There is a possibility to put those files in a container and execute those files in this container. It's...
View ArticleOutlook 2003 get mail adress of current profile
Hi! I have outlook 2003 and a ready configured exchange profile. My question: How to get the mailadresse of the current configured profile ? the is an outlook UDF but there is nothing about (account...
View ArticleAu3Record Func Opt?
Do they work? Func _Au3RecordSetup() Opt('MouseClickDelay',2000) Opt('MouseClickDownDelay',100) Opt('SendKeyDelay',100) Opt('SendKeyDownDelay',100) EndFunc
View ArticlePlay a music in IE without the sound ?
My example link is here : http://mp3.zing.vn/bai-hat/Dung-Lam-Anh-Khoc-Minh-Vuong-M4U/ZW6UCAWO.html How can I play this music without the sound by using _IE ? Please help, thank you.
View ArticleClear Function button?
Hi folks...Just want to know IF there exists a "clear function buffer" command...I know about the clear FILE command/handle, but is there something to clear the buffer of a repeatedly function? tia
View ArticleCommand line argument
Hello Can any one tell me what is worng on this script If $CmdLine[0]=1 Then RunWait("psexec.exe -s \\ ' & $CmdLine[1] &' & cmd") ; Do what you specified , e.g. sleep 99 sec Else...
View ArticleUpdate this Software
How do you do that when you have under http://www.softpedia.com/progDownload/KOffice-Download-2781.html on the download link click? Suppose it were a ZIP file, which should be differentiated with...
View Articleserial output au3
@kirimserial.au3 7.82K 3 downloads [ autoit ] expandcollapse popup; ;################################## ; Include ;################################## #Include<file.au3> #include...
View ArticleHow to start another instance of exe program
Hello, I developed an nice tool to manage VNC clients host and launch a VNC viewer to access a remote computer. I have many clients that I setup VNC host on their computers. I carry the VNC application...
View ArticleBug when using AutoitX ControlCommand with HANDLE and CLASSNAMENN
I'm using AutoitX 3.3.8.1 with vb.net Just trying to automate selecting a newvalue in a combobox which is in a dialog of an external application. I know the dlghwnd, the combohwnd, and also the ctrl id...
View ArticleHow to move mouse to current cursor position?
This seems like such an elementary question that I can't believe I'm asking this, but I've searched the forums and help docs and could not find an answer. Here's the scenario: I have sent the Tab key...
View Article