[solved] SciTE-Lua: Selection problem
I've an unexpected behavior by selections in SciTE. The following script causes, the word under the cursor is selected. This can either apply to the Word character (by pressing Ctrl + Shift + E) or...
View Articlehelp understanding how to parse any file like a hex editor would
Hello. Please do forgive my terminology, been awhile since I coded much and age has fogged things up lol. I've used search a good deal, but haven't found a good thread yet to help me. The goal is...
View ArticlePixel Locator
Well, i've heard that C#, C++ and other languages have a known function like Pixel Locator. Does Auto It have one as well?
View ArticleGUIctrlsetonevent with variable function names
hello autoiters, i want to create functions from within a for loop and give them names from items in an array. for $s = 1 to $swfgames [0] $name = StringTrimRight($swfgames[$s], 4) $v =...
View ArticleEmail Sending Autoit Script Working Well In WIndows 7 But Not Running Working...
I Get Autoit Script To Send Email Through SMTP This Script Is Working Well In WIndows 7 Buts Gives The Following Error In Windows Xp : "Error: The Requested Action With This Object Has Failed." I Also...
View Articlei want check box access in the below javascript code
hi, hi am new in autoit script.i doesnt click the below check box code.pls help me i give javascript code and screen shot <form name=UnsecuredEnable method=post action=UnsecuredEnable.cgi>...
View ArticleBlock mouse input but not keyboard
Is there a way to block mouse input but leave the keyboard input intact? I looked up blockinput, but there doesn't seem to be a way to selectively disable only the mouse or only the keyboard. It's both...
View ArticleWhile / If loop not working as expected
Hi Guys Ive been a long time browser of these forums and have managed to create many basic scripts using the information here but I have come across a problem with my latest one. Im trying to loop...
View ArticleSOLVED:Change right mouse menu
Welcome How can I disable pressing the right button on the gui input or make it possible but with functions paste only. The paste option would be best. AutoIt expandcollapse popup#include...
View ArticleUsing '_Singleton' function in compiled script
I'm wondering two things about _Singleton and the way it works in a compiled script. #include <Misc.au3> If _Singleton("test", 1) = 0 Then ;If test is compiled do I have to write...
View ArticleProblems installing
I seem to have a problem opening .au3 files. So I want to reinstall the program, when I try to I get this error: Installer integrity check has failed, in complete download or corrupte media. How...
View Article'wake pc and run autoit script'
I am not by any means an expert on PC's but it looks like autoit is the best scripting tool for running macro's What is the best way to wake a PC and run the tiny script I have written? Thanks...
View ArticleArray variable has incorrect number ........
I dont understand what making error: E:\Setup\Autoit\test.au3 (30) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.: Plz fix for me List.txt...
View ArticleEntering a date in the form dd/mm/yyyy
Send("{UP}{UP}{UP}{UP}{CTRLDOWN}b{CTRLUP}{TAB}{TAB}{PGUP}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{TAB}??????????{TAB}{TAB}{CTRLDOWN}b{CTRLUP}{ENT...
View ArticleObtain Latitude and Longitude Under Mouse in Google Earth
I'd like to obtain the latitude and longitude under the mouse cursor at any given time while operating in Google Earth. I'm struggling to find a solution. Does anyone have ideas? Currently, the...
View ArticleSet Pos Scroll Internet Explorer_Server
Hi all members in Autoit Forum. I try to set pos in internet explorer_sever. But it 's not working. This is my code. Who can fix it for me? AutoIt expandcollapse popup#include...
View ArticleSelling compiled script
Hi there! I made an autoit program, I love it, I thnik it has potential to be sold So now, I don't know any other programming language and I wonder what are the problems with selling an autoit...
View ArticleI need help getting started. Anyone wanna take on this challenge?
Hello. So, I'm a noob to all of this scripty business. I've read some blogs, watched some videos, and have tried to get through the help documents to understand what I need to do to reach my goal....
View ArticleSciTE4AutoIt3 Help File does not work.
Hello, I have installed SciTE4AutoIt3.zip (4/5/2013 version) today, downloaded from www.autoitscript.com, and the SciTE4AutoIt3 Helpfile (SciTE4AutoIt3.chm) does only show white pages. Can´t/Won't...
View ArticleWait for control to be clicked in program
Hey all; I was wondering if anybody has had success pausing/stalling a script until a certain control is clicked. I'm writing a hotkey script for a program, but I only want the hotkeys active when you...
View Article