File.au3 _FileWriteFromArray error
When writing an array to a file, I get this error in the console.. C:\Program Files\AutoIt3\Include\File.au3 (272) : ==> Array variable has incorrect number of subscripts or subscript dimension...
View ArticleBass - How to save file after vst effect ?
Hello, I search to save Bass output channel after a VST effect pluggin !! I have found, with an example, how to launch and play Bass VST pluggin. But i don't found how to save the result to a file (wav...
View ArticleFor with array
How do you write this code to an array. I have 3675 to 3682 and another number which isn't in the same range (25834). Func IsTest($id) For $i = 3675 To 3682 If $id = Hex($i, 8) Then Return True Else...
View ArticleHow do I automatically change letters to other letters in a text editor?
Hi everyone. I am new to AutoIt and I like the program but I don't know how to use it. I work with languages and I would like to know how to change letters to other letters automatically in a word...
View ArticleWanted DLL callback example - C++ & Autoit code
Hi, I wish to convert my Mouse & Keyboard capture autoit source code into a DLL so that I can lock the DLL into monitoring only the events for it's parent autoit process (i.e. prevent the code from...
View Articleanother question about sqlite
hi guy i am in hell of sqlite (mysql is much better ) but i wanna use sqlite i wanna read a db i have a table name : anagrafica and this structure inside CREATE TABLE...
View ArticleFinding a word?
Hey I need help trying to carry out the following. N.B. Problem is if I change the $para1 = 0 it will display the error message but the +5V might be there in the document. So I think its with the...
View Articleget full path of active window only windows dir
I create a program similar to "teamviewer" I want a way get full path of active window only windows dir thank your for help !
View ArticleScript not working after build
Ok, so I'm working on a script to automate a task for my organization, something I've done many times. While writing the script I press "f5" to run and test. All is working well unless I...
View ArticleFont 2 font
hi Font ı dont use why ? font 2 font dont work file http://www.mediafire.com/?eefceny75cic7ll like this site http://www.isa-sari.com/osmanlica/
View ArticleTell me some hot news about internet
My internet speed is low what i do to make it fast?
View Articlewintitlematchmode multiple instances?
I just have a quick question that I cannot seem to find with a search anywhere. I have two scripts that are running simultaniously but i was wondering if my wintitlematchmode will effect both of the...
View Articleis object empty?
Trying to determine if a smart card has been inserted. The below works, but is there a better way to determine if the object is empty rather than counting elements? [ autoit ] popup$CertStore =...
View ArticleComputer basic assessment / health check program?
Hi all Something that's come up at work is being able to offer a free computer health check or basic assessment to our customers as a way of generating new contacts and customers, and give them a free...
View ArticleHow to read a Hidden Text
Hello, I´m trying to read from an application, but the data I want is shown as hidden file on the "Window Info" window. I´m attaching below the info I got, right in the row below the Hidden Text...
View ArticleTime Macro Questions
If I want to specify multiple time macros, how can it be done? For example.... I know Saturday at 3a is done like this If @Hour = 03 AND @WDAY = 7 Then.... But What if I wanted more control like... If...
View ArticleSend ctrl +r untill exist
Hello, i would like to get some help, i wanted to do script which sending ctrl +r until page named "Mixxx - The Virtual DJ" exist, so i tried this.. [ autoit ] popup WinActivate("Firefox")...
View ArticleHow to start programme minimized
I am fresh user and this is perhaps the first time I am working with scripts and all that. I just learned three basice tutorials of using notepad, winrar and task manager. I just want to know the...
View ArticleSimple ClipGet Issue
o/ not sure why this isn't working, could anyone shed some light where i'm going wrong please. [ autoit ] popup If ClipGet("") Then ;==>No value Sleep(100) Send("{down}");==> Scroll List...
View ArticleRun Multiple Excel Modules in Autoit
I have around 20 Modules in Excel and I want to run one after another as a process, 1) Whats the code for running module of Excel. 2) How can I make sure that next module runs after the previous...
View Article