_xmldocwrapper | Error: XML document must have a top level element.
Hi, I receive the following error while using this dom doc wrapper on win7x64 system whereas the same works fine on two other win7x64 systems: COM error with DOM err.windescription: variable must be of...
View ArticleEncrypting RunPE
Hello everyone, I am new to RunPE, and have been watching a series for the past couple of days. I have the hang of most things, and I have been looking at a crypter source, in which there is a RunPE...
View Articlehelp file, Help.... is there a more detailed IE.au3 help file?
im fairly new to auto it, so forgive me if i ask stupid questions lol but here it goes.... ive dont the tutorials and i generally understand the functionality and the way auto it works and ive created...
View ArticleEdit with diffrent styles
Is it possible to put text into an edit, the first part iis Bold and the second part isn't?
View ArticleAdd text to editbox
Is it possible to add text to an editbox without removing the text that is already in it? In the Helpfile theres nothing like that.
View ArticleAccount Data Saver ( ini Read , ini Write problem)
Hello, i wanted to make a simple Accountdata Saver. My Problem is , that im not able to Save the Acc Data correctly to the .ini and also i cant load them back to the accountdata saver. Some help would...
View ArticleCannot get simple IF - ELSE statement to work.
I am trying to do something like this... [ autoit ] popup$var = Regread($Value) If @Error < 0 Then Msgbox(0,"test", "Does Not Exist") Else Msgbox(0,"test", "Does Exist") But everytime I do, it...
View ArticleText into JS-Field
Hallo zusammen, komme seit Jahren mit AutoIt eigentlich recht gut und schnell zurecht, doch an einem Problem hänge ich jetzt schon tagelang fest. Im IE soll ein "Formular" ausgefüllt werden, doch ich...
View ArticleExcel Control Send
I'm trying to send an Esc command to my excel file whenever my GUI gains focus in order to make sure it doesn't have a cell being edited. Or if anyone has a better way of doing this. I want my script...
View ArticleControlSend Problem
Hey guys, I am having a problem with ControlSend. When I have it send "L", or any capitol letter, it only sends the shift key briefly, but when I send "l" or any lowercase, nothing gets sent. This...
View Articleneeed help.. auto tab
hi, i just want to make a script that can type letter "A" on two notepad.. alt tab to each other and press "A" non-stop... can someone help me? just a newbie and want to learn... [ autoit ]...
View ArticlePixel Search
I'm trying to make it click in a program when there is red in the rectangle, I have tried using reds taken from the program and pure red and I can't get it to click unless shade-variation is so large...
View Articleexcel csv, delete columns "filter" columns by multiple values
Hello, I have this so far.. #include <Excelwfilt.au3> $oExcel = _ExcelBookOpen("C:\Users\me\Downloads\report.csv") Local $sRangeOrRowStart = 1, $iColStart = 4, $iRowEnd = 2500, $iColEnd = 5,...
View ArticleNeed Help... Array to ListView
Hello, i know this is probably a simple question, but in my defence i never programmed anything untill last week when i got the task to use Autoit to make a programm that can change IP-configs. So far...
View ArticleSend ctrl+key problem
Hi all! I have a problem with sending combination of control and key. Script always send only key without ctrl effect in any application. I tried [ autoit ] popupSend("^a") [ autoit ]...
View ArticleIsPressed works for one key, but does not for a key combination?
Hello, Background 1) AutoIt : 3.3.8.1 2) OS : Windows XP SP3 Issue I am attempting to create a set of keyboard shortcuts, as shown in the code below: #include <misc.au3> Local $hDLL =...
View Articlehow to count numbers of cell that has something in it?
Hi, i am working on little personal code that is based upon an excel list but what is the easiest way to count how many cells in A that has something in it? this is to be used in " For $cellrow = 2 To...
View Articletimeing out a running script
Is there a way to timeout (end) a script that has paused for a specified length of time. for example a msg has been sent, but no one has responed (like clicking a ok button) for a specified length of...
View ArticleCatching generated by server report-file in IE
Need some help with Autoit + IE9 There is a one site in my network. That site have a button with pdf icon on it. After mouse click - server will use inner function to generate a pdf report and IE...
View ArticleRetrieve full path of PDF document
Hi, I would like to know if it is possible to retrieve the name and the full path of an adobe PDF document which is actually opened. _Wingettitle() gives me the full name (test.pdf), but i would like...
View Article