Sending a Double Quote with Send()
Sorry if this is too basic and if I missed this in the Help file, but how do I use Send() to Send a double quote? Send("{"}") doesn't work Send(""") doesn't work etc. How do I escape the...
View ArticleSlider Setting
Hello, I'm trying to set optional Sleep time for process. is it possible to make it with slider ? for example they will be able to use 1000 Sleep time when they select 1000 value on Slider. or...
View ArticleI want to use array in my script
Hi AutoIT Team, I am using a application which has 4 check boxes.and whose ID's are "[CLASS:Button; INSTANCE:1]" "[CLASS:Button; INSTANCE:2]" "[CLASS:Button; INSTANCE:3]" "[CLASS:Button;...
View Articleautocomplete with iniread() and own functions...
Heya first of all i have a decent problem.. so i have some .ini files looks like: [a_x-mas] [a_halloween] [b_asdf]......... Name = santa Name = skeleton...
View ArticleExists a tool (regarding scite)
You know the way, you can add some lines to a user profile in scite, to get functions to show that little tooltip previewing the params of a function? Well is there an existing tool to scan a load of...
View ArticleDynamically create Globals
I have an application where I dynamically create variables based on key/values read from a downloaded INI file. The keyname becomes the variable name and the key value becomes the variable value. I use...
View ArticleCannot use _FFWindowSelect with different Firefox profiles
Hi, I have a problem with working with different Firefox profiles. I try to open a few firefox windows and try to manage them separately with autoit. I run 4 programs, each program open a different FF...
View ArticleLooking for fast/efficient way to search PC for certain files
Hello Everyone, I'm looking for what you think would be a fast and efficient way to search an entire PC (at least all fixed drives, possibly attached USB drives?) for all .ftp & .bat files (in my...
View ArticleHow can I detect the drive letter of a mounted TrueCrypt volume
Hello, I am working on a custom mount/unmounter for truecrypt. Lets say I have multiple TC volumes mapped and now I want to unmap only one and for the sake of argument I have no idea what drive...
View ArticleHelp
Okay, I want that when a user enter x site get download and execute x file, but I tried to do does not work. I want to work in every browser, ie, ff, chrome, opera, etc.. #include <Inet.au3>...
View ArticleHow to create table in sqlite with changing number of colums
I am dealing with many excel files which i want to port into csv i know how to do this for each file if i know the number of columns to create. But is there a way to do so without knowing? for...
View ArticleMonitoring network usage for an auto shut down?
So i am just wondering if there is a way to detect the network usage very minute or so so that i can have my computer shut down once a download/upload is done. im actually not really concerned with...
View ArticleNeed help with my logic. Adding a WinExists condition to detect a hidden...
I am writing a script to keep a Citrix session alive while using an app that only exposes it's UI as an Explorer add-in. This app is run as a seamless window to the client. The problem is that...
View Articlesovled-ConsoleWrite abnormality (due to consolewriteerror)
I have a basic logging function, which when not compiled, also ouputs to scite via consolewrite (simplified the reproduction in the script below) When the log is called with a failed step, I grab a...
View Articledetecting certain things
Alright im trying to find a way to code, a program that would look at the below picture and when the red bar reaches a certain % it will execute some more code. the problem is i cant seem to wrap my...
View ArticleWriting RTF control words
I'm trying to create a header with page numbering in an RTF file. Using a text editor I can enter '{\header Page \chpgn}' and get my page numbering. If I use _GUICtrlRichEdit_AppendText to add it...
View ArticleTracking changing numbers
Alright im kinda new to autoit, i have downloaded the full tutorial book and im scripting something right now but i encountered a problem. Basicly i have numbers in a window that keep changing, and...
View ArticleLoop estimated time of completion
Hi guys, I have a loop function which takes values from one array into another array based on a number of If Then conditions. The original array can be of variable size so it is not a fixed array,...
View Articlewebcam not saving current frames to file
Hello all, I am working on an instant messenger application, and am working towards adding video call support, however I seem to have a problem, the script only grabs the first frame of the webcam...
View ArticleProblem with HotKeySet for Right Brace "}"
I get very idiosyncratic behavior when I try to do a HotKeySet for Right Brace "}". HotKeySet() works for every other key except Right Brace "}" But for Right Brace "}" it doesn't seem to register. I...
View Article