WEnd^ ERROR from IE-Builder
Started learning autoit today. Thought I'd take one of my more common tasks and see if I can't auto it. One last thing i have to do every day, no? Note: This script assumes that I'm already logged in...
View Article_IETagNameGetCollection
Hi everyone, I'm having trouble getting reference to a button, im not sure which part of <input class="change-confirm-button id-button-yes green_btn_big" type="button"value="yes" ></input>...
View Article[SOLVED] How to check if there is some number in a string?
Is it possible to check if there is AT LEAST few numbers (digit) in a string AND AT LEAST few hypen ("-") in a string? For example: $at_least_number = 4 $at_least_hypen = 2 then "abcde812" -->...
View Article[SOLVED] $WS_HSCROLL doesn't work on ListView
I have a ListView that allow user to click and drag multiple files into it, but when the path+filename is too long, the listview doesn't display a horizontal scroll. Tried this without result: [ autoit...
View ArticleTextmanagement missing convert to propercase
Find in Helpfile Uppercase and lowercase. But I did not find Propercase. (Convert First letter in Upper-Â Â rest in lowercase) Any Idea where to find this function?
View ArticleRename filename + extension
Dear AutoIt members, I want to make a simple script: rename file-name (inputbox) with the extension rar  if the extension ends up with part001.rar, part002.rar and so on rename  to r01, r02 renaming...
View ArticleGB2312 to UTF8 - Charcter encoding
hello, I wanted to convert GB2312 (chinese) character encoding to UTF8. I will describe the problem as mentioned below and also let me know as to where I am going wrong in understanding the character...
View ArticleDetect a dark Screen like WinXP-Screensaver
Hello, i need help with my script here. I want to detect when my Screen is nearly or completly dark/black. I'm using PixelChecksum(0,0,1919,1079) and it's giving me random numbers (e.g. 2690216355,...
View Article[ASK] Anybody here ever create a inventory system with Database using AutoIT?
Anybody here ever create a inventory system with Database (MySQL / SQLite / Access, etc) using AutoIT and dont mind to share the whole script? User would be able to create/edit/delete/print inventory...
View Article[Solved] Shorten if greater or equal to
AutoIt Code      popupElseif GuiCtrlRead($input2) > 4 Then ;Check if Lines are correct; MsgBox(0, "Error", "Line must be 1 to 4 only.") Elseif GuiCtrlRead($input2) = 0 Then ;Check if Lines are...
View ArticleClick option on window?
Hey all, Please see the picture. I want to click the desktop option. Then click something inside the what is in the desktop. Ive tried these but to no avail. AutoIt Code...
View ArticleExcel Button (The designed button)
I take a look at excel example and I think this is a tough one. I used the auto recorder and it couldn't identify the button as well. Anybody got a better way to press the excel button?
View ArticleSelecting a Radio Button by its value in firefox downlaod dialog box
Hi Guys, Im using selenium+autoit tool for automating web apps and currently i got stuck up with this, i need to download files from firefox download dialog box in which it contains two radio buttons...
View ArticleOh what have I missed?
>>>> Window <<<< Title: Class: WindowsForms10.window.808.app.0.29e8405 Position: 119, 44 Size: 195, 308 Style: 0x96000000 ExStyle: 0x00010008 Handle: 0x0000000000160564 $sHandle...
View ArticleOpen au3 in Scite at specified line number
Hi, I am trying to open into scite an au3 file from another au3 file and then navigate to the specified line number. I can get the test.au3 file to open in Scite but I do not know of an additional...
View ArticleHow to set a radio box on a web page using autoit.
I am having a problem getting a radio box on a page to check using autoit.. The below code is in fact accessing each radio box one by one but not checking them I sorta made up the $oInput.status or is...
View ArticleHelp the noob...
Hey all, I am trying to perform a very simple task - but have absolutely NO prior experience to this. I want to be able to run a script that allows me to click once and have the script "double click."...
View ArticleQuestion about TCP packets, or reasamble tcp stream
i was playing around with the UDF winpcapau3 capturing http data and some http streams are split into different packets but sometimes they do not arrive in the right order, will the first packet always...
View ArticleNo StringRegExp method in autoitx3lib.dll?
I thought StringRegExp() included within autoitx3lib.dll due to the AutoIt v3 function reference.However, when I try to use it in visual C#, I can't find it. I already put autoitx3lib.dll into...
View Article