[Beginner] How to retrieve the content in one field of other 3rd party tool?
Hi all, I’m totally new in AutoIT scripting, and would like to request advices from the team. Here’s the problem. Idea : I’m developing an automation script to query a daily record from 3rd party tool...
View ArticlePing Script
Hello, I am new and exploring, Auto it, i was by some examples able to write a simple program, but i need some little understanding Here is script Send("#r") WinWaitActive("Run") Send("cmd.exe{Enter}")...
View Article[SOLVED/TICKET] _Capture wrong size
Hi all, this is an example script: [ autoit ] popup#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include...
View ArticleFail to copy HTML body content
I'm writing a script for auto-query and save the item pricelist as .csv file, so far the script able to auto-query one item but fail to copy out the item HTML body content. The variable $read seem like...
View Article[SOLVED]Open inputbox once?
Hello, I want to make it so an inputbox popup but just the first time it opens. this is because i would let it save as a variable in a .ini file and load when i start it a second time. i was thinking...
View ArticleIE9 automating Certificate Error
Hello, I'm having a script running under XP which logs on to an SSL Website to add a user. Beacuse there is no valid certificate for this page I always get a certificate error. In XP it was no problem...
View Article[help]XML merge _XMLDomWrapper
Hello, i am reopening thread about my problem since it eveloved quite a bit since i opended my previous thread. Ok we have same XML files as before: This one is "Base" XML file ... we will insert and...
View Articlebasic array sort
Hi, Would anyone help me for a basic function of sorting an array? I am in need of the very basic one so I can edit it for a display of many lines with comparisons. The _arraysearch is so complex to...
View Article[SOLVED]Case sensitive password how?
Hello, I am wondering how to make a password case sensitive for making it harder. and to learn how to do that:P if u need any code from the script i use just ask:) Greetz
View Article[Help] Script not working on Windows 7 64bit ?
Im just a begginer in scripting i just follow the tutorial on youtube about AutoIt can Anyone help me about my Problem... I have a Code copied in AutoIt Tutorial on youtube with this code...
View ArticleScite install error
Hello, I formated my computer. I reinstalled autoit but not to the local drive. While trying to install scite i get this error message. Any ideas what is going on? Cheers Attached Thumbnails
View ArticlePicture effect - improvements in speed and functionality
Hello, I made this script to set pictures to greyscale but leave one color original. Can anyone help me to get the better and faster picture effect? Here is the code, test it with small pictures: [...
View Article_IEImgClick does not seem to work (for me anyway)
Anyone care to let me in on what I am missing here? [ autoit ] popup#include <IE.au3> Local $oIE = _IECreate('http://www.doitbest.com/StoreLocator.dib')...
View ArticleHow to tell which autoit process loaded iexplore windows?
So I have about 10 separate copies of the same autoit script running on my windows server. They all basically manage a couple of iexplore.exe windows. They are data scrapers. Occasionally one or...
View ArticleA program to check the download and upload files from the Internet
Hello! I wanted to find out from you if you could send me the code ready, or at least tell me how to do that program who checks how much data is collected and sent over the Internet.
View Article(Control-)Click non-standard control somehow possible?
Hi everyone. I'm trying to click a certain button inside a window, which does not seem to be a standard control. I checked it with the Autoit Window Info and with Control Viewer. All I know is that it...
View ArticlePlease tell me where to place this at in this script or if it's wrong
Guys, I been looking and trying to find a FTP script that will work for and I found this on another website here. It should do what I need it to do from looking at it but I'm having trouble placing my...
View ArticleRegexp question
Pleas help me , I am converting HTML to csv using the command stringreg exp. In the example belot, the field Help is not detected. How to change my regexp ? #include <Array.au3> $sString =...
View ArticleProblem with string XXX
Hi there I have a problem with string and I need help. Example I have 5 strings : <tr class="alitem"><td>1</td><td>03192</td><td>24/11/2011...
View Article