User Abbreviations not expanding
Hi, I just discovered the abbreviation manager. I put my abbreviation (crlf to expand to & @crlf &) in as described and it all looks ok. When i type the abbreviation in code it turns red but...
View ArticleFileWrite Macro(number of times)
Hi, For some reporting in a script I like to output to a txt file. I would like to be able to use a variable to tell the FileWrite or the Macro function how many times to write a Tab or Carriage...
View ArticleLook up code in MS Word
Hey Folks, Was wondering is there a way to connect with MS Word with autoit? Like can I highlight a word in sciTE editor a piece of code I created or a function I created and have it open up in a...
View Articlestring to integer
i have some string from a windows thats read like "123,456,789.12" "213.00" "45,678.00" it was read as string but i need to do some calculation on the numbers... how can i convert those strings...
View ArticleStop Multiple Copies From Running
Hi All, I'm having a small issue, I know this is likely something simple but I cant seem to wrap my head around it. I have made a small program to connect to a database and pull some simple...
View Articlephp uploading inside a script[cant remember/find example]
i waant to put a file on a server with a simple php line. i had it done like 2 years ago
View Articlemultiple If FileExisit FileDelete loop
Hi Appologies if this has been answered before, I've have searched the forum but cant seem to find what I need. I'm am writing a script for decommissioning PC's at work, which requires varies different...
View Articlehow can i extract created executables/setup with v 3.3.8.1?
hi, im new to this auto it, i created a setup and have now an executable that is flagged as fileversion 3.3.8.1 if i mouse over the executable, can anyone tell me how i can extract the files inside...
View ArticleVolume control
I made a "music player" one week ago, i`m newb in programming, but i made it, my question is, is there any way that i can make a "volume control", so i can control the music volume ?
View Articleguictrlread dont read listview
hi guy i have program , in this prog i want by a button open alittle listview with 2 column select one of item and put in input (in principal form ) this is a code AutoIt...
View ArticleDeselect item in List control?
Here's a simple script to create a GUI with a List control. Once you select an item, is there any way to deselect it so that no item is selected and GUICtrlRead would return ""? GUICreate("List", 160,...
View Article_SoundLength
How to know the duration of an mp3 file using the _SoundLength function? I've made this: AutoIt expandcollapse popup;Made by TheWebZ #include <ButtonConstants.au3> #include...
View ArticleGet user to select files AND/OR folders, then "touch" them.
Apologize right off the bat. I am new and not very good at this. What I need is a script to present a GUI to get end users to be able select files and/or folders. Then loop in those selections, I...
View ArticleFixed length values in Array
Hello All, I'am quite new to Autoit and i'am struggling with an array problem. I need to fill cells in Excell. (A1:A99) The length of the "value" is always 7 digits, like ABCD001 till a "value" of...
View ArticleControl names difference in different OS versions
Hi All. I've used WinXP Pro SP3 32-bit, but now moved to Win7 Ultimate 64-bit. Previously I used autoit script with Omea Reader (http://download.jetbrains.com/omea/OmeaReaderSetup-2.2.1.exe). It is...
View Article_IEAttach() and Internet Explorer 10 'IEStatus_NoMatch'
Hey guys I tried to attach to currently running Internet Explorer process, but without success. I even looped it, just like DaleHohm said here. $hWnd = WinGetHandle("Google - Windows Internet...
View ArticleUsing PSExec
Can anyone tell me why this won't run? I know I have to be close to makeing it work. $ipAddress = InputBox("IP or Host", "Enter IP or Hostname","","") $sRemoteLocalPath = "c:\temp\" $LocalFile =...
View Article2D Array Error
My goal is to have an array that contains other arrays... a 2D array. Array $data[4][3] 0 - Array 0 - Id 1 - Name 2 - Price 1 - Array 0 - Id 1 - Name...
View ArticleAutoIT - Basics
Hi! I am trying to do some automated functional testing for a windows application and I just got my hands on AutoIT. Looks like most (if not all) standard windows applications have a Control ID set....
View ArticleRefresh a variable that is used inside another variable
Hi all, I have created a variable ($results) to contain variables to write to a CSV file. The variables are assigned many times throughout the script. I noticed that the $var1,$var2,$var3 variables...
View Article