Problem with _IsPressed
Trying to make different small scripts to learn autoit, this time I'm trying to make a script that when a button is pressed it will click in 1 place then click in another place then return the mouse to...
View ArticleHelp with StringRegExp
I'm trying to find the last decimal number from a text file. Problem is that the array that is returned will return multiple values, but only from the first line in which they occur, not from...
View ArticleSNMP request returning weird output
Sorry for posting this here, the other board is being spam by some jerk so I'm posting this here temporarily I'm trying to retrieve a snmp output from my router, I can do it using "snmpwalk 5.7.0"...
View Articlereally quick easy question
so i want this to work #cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.12.0 Author: myName Script Function: Template AutoIt script....
View ArticleRun Excel VBA Macro via AutoIt...
Hi Guys,I used to use the following: $Excs = _ExcelBookOpen("C:\Us\Excs.xlsm", 0) Sleep(1000) $Excs.Run("MAIN_DS");But after the Excel.au3 was re-write it doesn't work. I've had a look at...
View ArticleHow add to combobox +20.000 lines FAST ?
Hi, i need load a file with 20.000 lines and put in combobox. Im using: $cfgMac = FileOpen(@TempDir & '\MacList.cfg') $ArrayMac = FileReadToArray($cfgMac) For $j = 0 to...
View ArticleExtract function from AU3
Hi guys, Since i don't want to reinvent the wheel, i'm asking if is exist in Scite or some external example/UDF to extract a function from a script and paste it on another file. I need to get all the...
View ArticleMass Spam Attack - Please Do Not Report The Posts
Hi,As you have probably all noticed we have been under a mass attack from what seems to be a Korea spammer over the past few days. We are doing our best to limit the damage, but short of cutting off...
View ArticleIE value does not post to field
I'm puzzled. I can find the elements and have confirmed the names. But the values do not change with this script. ;;;; go through new screen and insert ID & BIRTH Local $cID = "00401889792"...
View ArticleSciTe - How to Clear Most Recently Used Files List
Hi, Does anyone know how to clear the most recently used files list that can be seen in the SciTe editor by clicking on the 'File' menu? (I've searched this forum, the web and inside the windows...
View ArticleWhich change in the beta fixed my IE.au3 bug?
I was about to open a defect against 3.3.12.0, but decided for completeness to retest using the beta and sure enough my symptoms have gone away. Now I'm trying to find why, and none of the issues...
View ArticleControlSend for Chrome
Hi guys, i'm trying to send a command to Chrome with ControlSend, but i can't, i had read some @junkew post about this, but is too much information for now, i need some fix quickly, can you guys help...
View ArticleMath and progressbar
Hi, Everytime is always hard for me to explain all the situation So, i need to "monitor" a file download from a different software, example this file is called: File1.exe.part Of this file i know the...
View Article_MsgBox UDF Problem
Hello, why is the below code not splitting buttons? (_MsgBox) _MsgBox(48, "Test", "Test", -1, 0, "Pest|Paste") TD
View ArticleNet Time
Someone knows if there is some means or udf to syncronize periodically time and date with a domain server without using the DOS utility Net.exe by Net /time ?. This is, doing it just inside AutoIt;...
View ArticleHelp the hotkey
I am new in autoit programming.Used for a long time ahk.In ahk there is a $ you use the key and more the function of the script.I wonder if the autoit have something?example:I use left is script will...
View ArticleBrowser has been deleted, _iecreate failure
Ive been working on a great script the last two weeks. Everything is ironed out and working great. All my IE calls are solid and working. Today I go into the business to test the latest code and using...
View ArticleCan't interact with router webpage
I've tried on and off for over a year now, but without any success.What I'm trying to do is simply make a script that will disconnect the router, wait about 12 seconds then reconnect. - Tried...
View Articlehide on taskbar
Hi All, I wrote an app a few years ago and have revisited it to improve it, one thing I can't sort it to not show it on the taskbar, but show it in the system tray, the point of the app is to allow...
View ArticleHelp needed in SAP UDF _SAPObjValueSet
Hi; I need a help in executing 1 SAP transaction. I am reading a XLS file & passing that value to SAP Transaction. Here I am using the _SAPObjValueSet with variable ; but it seems to fail. For $i...
View Article