How to go to next item in "For" loop IF....
So I have a for loop that is working. I put a IF statement in, like this For Items 1 to 10 Do Stuff ;Check Value If $x= "" (no value) THEN.... For THEN, I want it to basically abort what its doing,...
View ArticleThe inetGet problem - downloaded file 0 kb
This gives me a file autoit-v3-setup.exe that is 0 kb What really is the problem ? Any idea [ autoit ] popupInetGet("http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe",...
View ArticleError "Array variable has incorrect number of subscripts or subscript...
My code: (I just pasted code from where I get error. I have GUI and other stuff ofcourse and its +200lines of code..) [ autoit ] expandcollapse popupFunc pagr() $i = $i + 1 showchromosom($i)...
View ArticleTrying to disable asp Buttons by class name with Javascript
Hello all! I have two asp buttons that are in the header and footer of an asp DataList, and I am trying to use javascript to disable them based off a bool variable that is set in the codebehind....
View Articlequick question about INetGetSource and IEReadHTML
Guys, I have a question. I am trying to get the html source on a webpage that has frames for a particular frame. I use the example in the help file for ieFrameGetCollection along with iePropertyGet and...
View ArticlePoint me in the right direction
I have used AutoIT off and on for a year for some simple scripts. I now have a need to take it to the next level. As I really dont even know where to begin looking for information I am going to give...
View Article_ArraySearch and _ArrayFindAll
_Arraysearch only seems to find the first instance of what I am searching for. Whereas _ArrayFindAll only returns the element numbers (but does find all of them) is there a way to make _ArraySearch...
View ArticleIssue with SciTE and comments.
Since the latest update of SciTE I have noticed some odd behavior when attempting to add comments. The image below shows the issue better than I could explain it: Has anyone else experienced this? Is...
View Article[help] Adding unknown function search
im working on a syntax check for the gsc language, not anything too ridiculous it currently checks for open parentheses, quotations, and brackets. But im looking to be able to check for unknown...
View ArticleRunAsWait drop admin privileges.
Is there anyway to run a command from within the script yet retain the admin privileges of the original script? The results should be all zero's (success) but the RunAsWait function loses the admin...
View ArticleObject Detection
I am making a 3D object detection program... and am having a hard time thinking about how I can code this in - The 3D objects have their own animations and have two states, idle and roaming. - There is...
View ArticleGuictrlcreatedate... crash?
Hello.. why does autoit crash when i try to run this? think there is something i'm doing wrong the the _Date_Time_SetSystemTime [ autoit ] popupFunc tidfunc() Local $date, $msg, $setttdato,...
View ArticleIssue with ADODB opening CSV file
Hi All, I have been trying to use ADODB to open a CSV file (only coma separation, no double quotes around each field). I use the following connection string $connStr =...
View ArticleIssue with TrayTip ( XP )
Hi all i have a big issue with TrayTip: The code: [ autoit ] expandcollapse popup#NoTrayIcon Opt("TrayMenuMode", 1) ; Default tray menu items (Script Paused/Exit) will not be shown. Local...
View ArticleAnnoying ListView thing ! (SOLVED!)
I recently managed to make a ListView sort correctly by clicking on it's columns, it does sort items very well but there's a very annoying thing : every time after the items are sorted out, an item...
View ArticleADO: Start a section in the Wiki
ADO (ActiveX Data Objects) is a set of Component Object Model (COM) objects for accessing data sources like text files, Excel workbooks, databases (e.g. MS SQL, Oracle, MySQL), directory services (e.g....
View Articlehelp ! Error: The requested action with this object has failed.
ERROR ;'( --------------------------- AutoIt Error --------------------------- Line 104 (File "C:\Users\DOC\Desktop\GOOGLeE.au3"): $oHTTP.Close $oHTTP.Close^ ERROR Error: The requested action with...
View ArticleCan you check if a script was started from command line ?
Hello In vbs is possible to check if a script was started using cscript or wscript. Can you do the same using autoit ? Could someone give me a hint ? Pac
View ArticleChange computer name
My next project is to get a script working that will read the generic pc name given after imaging with Win7, allow input for new name, and write that data back. The machines are currently NOT on AD,...
View ArticleControlSend problem
Hi guys. I just made my script and it works almost perfect but I have some problems with ControlSend function. [ autoit ] popupWhile 1 $msg = GUIGetMsg() Select Case $msg = $okbutton...
View Article