Set data for each array?
Hi, I'm going to buld a mini quiz test but dont know how to get Question Line and show it turn by turn. Like: GUICtrlSetData($Edit1, $QuestionLine[$randomNumber] & @CRLF & $AnswerLine[1]...
View ArticleMultiline file to array
Hello community, I'm trying to do something but this got me local $file = FileOpen ( "archivo.txt" ,1 ), $array[5] If $file = -1 Then MsgBox(0, "Error", "Unable to...
View ArticleTrial & Unique Computer ID?
Hey, I'm looking for a way to do a sort of trial period, I've looked at a UDF example but it's not for me so instead I've come up with a different solution but I am unsure how to check/compare dates. I...
View ArticleCompare Dates?
I've had a look at _DateDiff but I can't work out how to do what I'm wanting... I'm basically wanting to do: $endoflifedate = "06/02/2013" $currentdate = "06/01/2013" ;returned via NTP If...
View Articleonclick...jsp
Hi everyone, I’m new at this and I’m trying to automate the clicking of the “Buscar” button here: <div style="padding-right:30px;width:auto" align="right"> <a href="#"...
View ArticleDecrypt SAM file
Hi, I'd like to know if i could decrypt sam files with Autoit. Thanks for your help.
View ArticleSAM...
If you don't want to help me, please just say me if we could decrypt the SAM files with AutoIt.
View ArticleSystem Tray
Hello all I was just wondering whether there was a function which could check for the presence of a specific program icon in the system tray Thanks in advance
View ArticleMouseclick -> r
I made a script so that whenever I click the left mouse button, it would press "r" like 1/4 second later. When in a loop, it just presses "r" without me clicking the left mouse button... and I want it...
View ArticleSciTE not showing in-line errors
I recently got a new motherboard for my computer, and I re-installed all my applications, including SciTE (ver. 3.3.0). Under the old motherboard, I could never get SciTE to display errors in-line. I...
View ArticleHelp or advise needed on multi-timers issue!
hi there! beeing a bit green on autoit, not knowing all the ways arround, i've been trying to bluid a script that provides 2 timers (count-down) BUT having a bit of a problem... i want them to be...
View ArticleImageSearch Area of Search
_ImageSearchArea(file name,1,x1,y1,x2,y2,$x,$y,tolerance,transparency) Hello guys, I'm basically trying to make my script more efficient by limiting what part of the screen is being searched, but...
View ArticleProtect USB key or folder with a passwords
I'd like to know how to protect a USB key or any folder with AutoIt and without using an external software.
View ArticleGuiCtrlSetData - add new line in editbox
Hello! Please help me in this script: AutoIt expandcollapse popup; =========================== GUI LOGÓW ================================= $GuiLOG = GUICreate("Logi E-Mail", 440, 324, 192,...
View ArticleBinaryToString for registry values
BinaryToString(ReagRead(...),2) works fine for REG_BINARY - most of the time. (the flag 2 means the reg value is in format UTF16 Little Endian) sometimes it fails and returns empty string....
View ArticleGuiCtrlSetData - add new line in editbox
GUICtrlSetData ( $ showlog , "Zatwierdzono" & $ i & "z" & $ inputilosc i "wątków" ) Please help me. GuiCtrlSetData($showlog, GuiCtrlRead($showlog) & @lf & "text") Don't...
View ArticleAutoScroll in EditBox
For M23: This is no bot program! ;x (This is project hmm.. "Chat" amateur ) // How to make AutoScroll? $Edit 4 = GUICtrlCreateEdit("Connected to server " & $srv , 8, 8, 417, 305,...
View ArticleAccelerator for close GUI?
Hi guys, I have used the option for disable gui close on esc, but i have one GUI of my multiple i want to close with esc. I have try with accelerator but not work: Local $Accel[1][2] = [["{ESC}",...
View ArticleStrange script behavior
Hi, Greetings to all forum members I don't know if I post in the correct forum section, sorry if I made a mistake I have a strange behavior of myscript: #RequireAdmin...
View Article