HotKeySet + when key is down
Hello my friends. I need to do something when key is DOWN, for example - i press and hold down left mouse button, when this button is down - script doing something, when mouse button is up then script...
View ArticleAu3Record launch gives App Unable to Start
New to Autoit and everything going well until tried to launch the au3record application from editor (full) or directly from directory. I looked for general help on issue via the web and now in the...
View ArticleSpecial characters in _XMLUpdateField
I have a weird issue going on with _XMLUpdateField. I'm trying to update a field with a very specific regex, but it keeps adding & everywhere I want just a &. Here's the specifics of what I've...
View ArticleDownloading a File behind auth. form and from a discon. TS Session
Hi Guys, I am prette new to AutoIt and it was my last hope that I can solve my issue. What I need to do: 1. Navigate to a web-site 2. Fill in a simple form (which places a cookie on my system) 3. pars...
View Articlefile transfer exemple
hello I searched the forum a good example with file transfer, using TCP functions. I have not found anything that works well on any type of file .... exe,. rar,.jpg .. etc Does anyone know a good...
View ArticleHow to get all the items from listview in massiw?
How to get all the items from listview in array? Please!!!
View ArticleBreak While/Do Loops
Ok , first of all in C++ Break means Exit the While Loop , but in Autoit ExitLoop means Exit the Script so i want an example to stop the loop without exiting the whole script my code is : [ autoit ]...
View ArticleFor In loop to iterate two arrays simultaneously
Is there a way to iterate two arrays with in a For...In loop as mentioned below? Tried different syntaxes, but nothing works... Local $aArray[2] $aArray[0] = "aaa" $aArray[1] = "bbb" Local $bArray[2]...
View ArticleDynamic GUI Creation
Hi guys, I'm try to create a gui can be create element by itself. This is what i have done: [ autoit ] expandcollapse popup#include <ButtonConstants.au3> #include...
View ArticleError Initializing 5D Array
Hi! I was messing around with AutoIT, and found I can't initialize a 5D array. I re-checked the square brackets countless times, but AutoIT keeps returning "ERROR: wrong nesting in initializer". 4D...
View ArticleWhere do i find all the Fire Fox stuff.. I found the udf...
I found all the functions like below, and the UDF at http://www.autoitscript.com/forum/topic/95595-ffau3-v0600b/ But I did not find an example of how to use all the functions.. did i over look...
View ArticleInclude parameter
Sorry for the noobie question and hard to explain, but hopefully this make sense. If it doesn't exist it's okay. Is there such code to update #include list every 1-5second? I created a...
View ArticleExcel Inputbox AutoIt
How to click a Activex button on excel interface which opens up a input box and give the value to inputbox using autoit.
View ArticleIssues with array being delcared as variable
I'm trying to replace a string in this fashion: 1. Name of Project should be in the naming scheme of "Testing-01A-Q1-2013" The bolded part above is the important part. Essentially this will be one of...
View ArticleListFileToArray Problems
Haiii guys, I am trying to make a bingo game to start a projcet :DD... However I wanted to make it rather Customable so that you could make your own patterns and such. I used the ListFilesToArray UDF...
View ArticleHow can i disconnect a (WAN Miniport)PPPoE Connection?
How can i disconnect a PPPoE(WAN Miniport) Connection from network connections?
View ArticleHow to prevent accidental double clicks?
Sup? My mouse is screwy and sometimes when I click once it will send the action 4 times more than what its supposed to. The solution is buy a new mouse. I'm cheap and like to fix my problems with code....
View ArticleSound help
So I have some questions about sound functions.I'll start with the one that might help me resolve other preoblems regarding sound. I know I can use _SoundPos($sound, 2) to get the position of sound and...
View ArticleNew Line In Label
Hey all, Is there a command to start a new line in a GUICtrlCreateLabel? So for example Label GUICtrlCreateLabel("text on first line" &@LF& " text on second line", 0, 0, 200, 200, BitOR(0x01,...
View ArticleGet the Window's class
The AutoIt Window Info tools shows at the top "Basic Window Info" and gives us the title and class of the currently active window. I want to do just that, get the title and class (that the info tool...
View Article