Array Crop
Hello world. I am trying to crop X amount of elements from a 2d array. In other words, I have an array with X amount of rows but I want to only keep the first 150. If X < 150 then keep them all of...
View ArticleHow to combine text and variables in new variable or msgbox output?
Here's what I have tried. The intended output is in a comment. I'm trying to create a source directory path using multiple variables and text. Thanks for any help. #include <GUIConstants.au3>...
View Article[Help] Change output order by using ini file
Hi, I don't know what should be the proper title for this question I'm trying to create a way to change the output order by using a .ini file, the problem is using the correct "row" from the array and...
View ArticleClick on ComboBox Item
Hi All, Just want to know how we can click on Combo Box Item through Auto It.. Scenario - When an Item is clicked in ComboBox1, values are displayed in ComboBox2 based on item clicked in ComboBox1....
View ArticleCan I set a control with ‘GUICtrlSetState(-1, $GUI_DROPACCEPTED)’ to where...
Can I set a control with GUICtrlSetState ( -1, $GUI_DROPACCEPTED ) to where you can only drop the item in said control? [Example Code: Begin] $editInput = GUICtrlCreateEdit("", 16, 24, 289, 81, BitOR...
View ArticleCan $stringregexp return a character number?
Hi all. Is there any simple/quick method (function or otherwise) to search for a string for a substring using wildcards and such (like is done with the function stringregexp), and, when a match is...
View ArticleNeed a way to close child window
Hi, I have two windows open- parent & child. I need these windows to close for futher execution of my script I have been facing some difficulty in closing the child window. I have tried using:...
View ArticleSecurity check with random changing password
Hi all. What i want is a bit hard to explain cuz my english is not so good so i'll try 'pseudo-code'. So i will have a program autoit written which will ask for a password ( an InputBox ) in order to...
View ArticleNeed help in getting parameters from command line
Hello, I have referred one of the sample program created by someone to open 5250 session using EHLAPI function. I am able to get into the screen but my requirment is to pass account number from command...
View ArticleReading an Environment Var created with a vbs
I'd like to be able to read an env var created in a .vbs with EnvGet without having to reboot. Anyone know why I can read it right away in a .vbs and not with EnvGet Thx! $oShell =...
View ArticleProblem with MemoryDllOpen func on windows 2012 servers
Hi all, since 2011, I published a tool called Overmon (http://www.overmon.fr) This tools is currently used by more than 700 french companies. Now, I have some users who complained about regular crashes...
View Articledelete Yahoo ID in roaming folder
Hi I want to delete folders & subfolders in this path: C:\Users\Home\AppData\Roaming\Yahoo!\Messenger can anyone right the command? tnx.
View ArticleFile Download - Not able to click on Open/Save
The Script below does not click on Open button or Save button, but clicks on Cancel button without any probelm. Autoit Info: [CLASS:Button; TEXT:Open; INSTANCE:1] -> Open button [CLASS:Button;...
View ArticleALIGNMENT...
Hello! I have a text file containing FOLLOWING john: 1234569 ana: 55366696 Johanson: 2536 and I want to open it and make it look like this with - $file = FileOpen(@TempDir & "\test.txt", 0): (file...
View ArticleIs it possible to run an .au3 script silently?
I created an AutoIt script using the Au3 Recorder to run an OpenSSH Uninstall/Install - it uninstalls an older version of Open SSH and installs the most recent using an .exe. I recorded all the steps...
View ArticleRemove unusefull text
Hello, extract text from an HTML for extracting text. Now I want to remove all html codes between < and > symbols. try to use, without success, stringRegExpReplace : $mytext =...
View ArticleOpen file, Save and Close - different for non standard programs?
I am trying to automate the process of opening a file in a program, saving it (this process updates parameters in the file for me) and closing the program. First I tried FileOpen but it does not seem...
View ArticleFileGetSize() problem
Hello. I want to check the size of a particular file that still creating. For doing this, I'm using FileGetSize() in a while loop.. But there is a problem. It turns out that the function is not updated...
View Article_WinAPI_MultiByteToWideChar() String or Structure
Here is a script which removes diacritic marks. It appears to work, but I'm not entirely sure what is happening. There was a certain amount of trial and error involved in writing this, so I would like...
View ArticleNomad Memory pointer and .dll
Hello, I tried to search and do it solo but i'm trying 3 days and just cant. Please help me. I need to get value from hex (screen-2) 0x174CC218 but after restart program it's always 0x????C218. Value...
View Article