excel - array issue with search validation
Hey guys, I'm trying to write a script that will allow me to enter a bit of text. e.g. 12345 It will then search through an excel document for the text on a given column. (Column 1) If found, it...
View ArticleHide application that uses MouseMove Function
First of all, hi. I'm pretty new to AutoIT and I'm using it to code a bot for a game(League of Legends). With my bot I use the MouseMove function. My question was that If i'm able to hide the...
View Articlehelp!!!!!!
I am just learning basic commands with autoit. Here is what i am trying to do. I need a script to keep the screen alive with mouse movement. After 4 hours if the mouse has not moved out of the mouse...
View ArticleMacro in Function definition
Hi, i tried to do this: Func Testfunction($inifile = @ScriptDir & "\test.ini") MsgbBox(0,"",$inifile) EndFunc and this gives my an Syntax error. Am i doing something wrong here, or is this...
View Articlewildcard with GUICTRLREAD label
I search a couple post, but those method are only for searching for files. What I'm doing here is a little different. I want the button to prompt a message "This is a server PC!" if the label contain...
View ArticleHow to interact with an API that uses GET and POST?
I am going to attempt to have my autoit script do some Cisco Unity Voicemail operations as part of the script. (Creating a user's voicemail box, setting the voicemail PIN, etc) Here is a link to the...
View ArticleHow to get name of $Variable by its value
i have defined list of vars : Global Const $ERROR_[some text] = 0xABCD Global Const $ERROR_[some text] = 0xABCE ... then some function sets error value is there are simple way get name of variable...
View ArticleClick a sublink within a table within a frame
Ok, from reading posts and piecing together codes from different sources, I have been able to open an https site, click the "Continue to this website (not recommended)." link, enter a username and...
View ArticleGUI opens new GUI with search results, can't re use original GUI
Hey guys, I've been trying to figure out what I'm doing wrong here... perhaps someone can shed some light on it for me? The program works, and does exactly what I want it to, but when the initial...
View ArticleGet latest file via FTP (newb)
Hello everyone, New guy here asking dopey questions. IM trying to use autoIT to head out to an FTP site and grab just the file with the latest time stamp. Looking through the forum i have a general...
View ArticleCommand lines
Is it just me or everybody else is getting this too? When I run this, with an interface. As soon as I type my command to $input1 and press the button; the command prompt open and close in 1sec. Anyways...
View ArticleRead info from proprietary listview?
Anyway... I think its a listview. Basically this is a screen with several columns that has a list of all the user accounts we have created for this app. Eventually I want to be able to compare...
View ArticleDatabase input box save
What's this? I have a program that stores an input box to an access database “memo” field. Does anyone have any suggestions on how I turn this into an input box that accepts line carriages? I...
View ArticleReading from a snippet file
Im making a simple notepad program with highlighting, and i want to add snippet support. It already had simple things like add init, or for in the menu but what im looking to do is be able to save my...
View ArticleEncrypting A Big File (Checking Progress)
Hello, I'm learning about encrypting and decrypting in Autoit using _Crypt functions like _Crypt_EncryptFile. Is there any way to check the progress of encryption or interrupt the encryption?
View ArticleGraceful app close or a loop to ask for the users help?
I have searched everywhere on this and it's a tough thing to search for. Search strings like "autoit ask user to close applications" and "autoit graceful app shutdown" have turned up very little....
View ArticleMemory Reading
hey all, to who ever may be able to answer this Im wondering how do I go about using Memoryread on an address that constantly changes and I am needing to read that change to set which if, elseif its...
View Article_ExcelWriteCell instantly closes program without error
hey guys, i've been trying to help a family member bring their investment spreadsheets into the 21st century. i've created a simple app the parses the needed data from finance.google.com and i'm...
View ArticleClick on text which is inside the File MENU
Hi All I am new for this AutoIT , here with this autot it i need to click on text which is available on file MENU like I am using Wireshark tool in that file MENU i need click on "Export...
View ArticleLanguage translation
hi I'm a small language translation program but there are some problems %S, %d ,\n to % s or % S \\n or \\N converted and unicode problem exam u200 ? and save as ansi ,utf-8 ,unicode select save...
View Article