Hex editor
I was wondering if there were any udf's available to retrieve the hex of a file, much like hxd. I did some research and nothing came up. All im looking to do is let say, select a file and have it...
View ArticleBegginer help with Tera auto it scripts
Hello all, I am basically brand new to autoit. I actually discovered autoit while searching for a way to create macro's to send txt macros for the mmo Tera Online. This is an example of my basic script...
View ArticleEscape html source for a string to split it
Hello! I try to read the source code of a html document and search for a string. The source code, what i read out with _IEDocReadHTML($oIE) are for examble:...
View Articletool to convert data from excel to create evenly spaced
Ok, here's a request to those alot more experienced than I am. Here's what I'm looking to do and am looking for some feedbackoverall intent is to convert inputted data to evenly spaced columns of data...
View ArticleFileReadLine() syntax question
Hi, I am using the FileReadLine() function to proceed through the dates of a calendar and then using the FileReadLine function to view tomorrow's schedule simultaneously. The code shows tomorrow's...
View ArticleInetGet mass image downloader
First of all I want to say that I don't understand autoit at all! In that sense, I couldn't even be regarded as a beginner. So I hope you can make things in this topic understandable even for someone...
View ArticleHidden GUI Event or Sendmessage
Hello, Is it possible to send a message to a hidden GUI to perform an action. For example, to simulate clicking "Next" -> "Next" -> "Done" on one of it's controls. This of course would probably...
View Articledelete / replace multiple lines between two keywords
Hi all, I have a TXT-File with the content Quote file start [xbeginx] a b c d [xendx] file stop now I want to replace the content between xbeginx and xendx to make the TXT-File looks like Quote...
View ArticleHow to select a single <SPAN> without having to pull all spans.
My dashboard has all the stuff grayed.. so I apologize for not encapsulating the code.. Does anyone know why this is shut down.. is it just for me.. Did I do a NO NO and cannot post code?? Here is the...
View Articleabout autoit
hi friends ... one doubt in .net microsoft visual studio is a tool ... Asp .net is a language .... like that autoit scripting language..... what tool we are using ??...
View ArticleHelp Mouse input from long tree choice
I need your help if you can. I have inserted in an array lots variables (about 100) that contain the name of each file of skin color that i have realized for my program. I want shows on screen in a...
View ArticleExcel Loop Issue
Hi All, I seem to be having an issue where not all data is being displayed in my new excel book. The code below works for the most part but only seems to work up to cell 259 and then I get an error...
View ArticleProblems using GuiRegisterMsg
Hello Folks, I'm not an AutoIt noob but I am new to the GuiRegisterMsg command. What I am trying to do is to pop up a "long string edit" window when user double-clicks. Ideally I wanted it to be a...
View ArticleViewing an object
Hey AutoIT! This is my second project in and I've modified a VBS Microsoft Update script and have it fully functional (bar Win8) but I was wondering how I can view the methods and properties of an...
View ArticleAny "Windows Connect Now" coding?
Hello, From the forum, I find that NativeWifi is very useful. However, it seems that it is not possible to setup WPS (wi-fi protected setup) connection. And I find that Windows does supply a mehtod -...
View ArticleCompare string error
Hello, I have the script below for the command lines, but with the command line "-labo", the string is compared but is not recognised in the if, why??? [ autoit ] expandcollapse popup#include...
View ArticleThe problem with EnvSet function
http://autoit-script.ru/index.php/topic,13500.msg85891.html#msg85891 [ autoit ] popupEnvSet("PATH", "C:\Boot") Run('cmd.exe') ; must run the file "C:\Boot\cmd.exe" FileChangeDir, @ScriptDir are...
View Articleautoit
hey .. sorry to disturb u again .... i need some main points about autoit ... i need to present it tomorrow . no one knows about this software .... so tell me what are the points to highlight so that...
View ArticleXPath FF.au3
Hi folks, Trying to get a small help here. I am trying to click on a link inside a webpage in firefox and FFClickLink fails. Hence thinking of using XPath and FFClick. Unfortunately the link is...
View ArticleDifferent sort of button cannot click with _IE
Hello, I have been making a auto account creation script for an application used at work (E-ID/Equafax) And i have more or less completed it however threes one button at the end i can't seem to click,...
View Article