Click on a button next to some text
Hi all, i have a problem clicking on a button that has no unique identifier, the only thing that can identify it is a text that comes before the button on the same horizontal line, there is several...
View ArticleCan't click on a button using it class
Hello, I'm trying to click on a button using its class id but it don't work and i don't know why. This is the code I use: Config_Storage() Func Config_Storage() WinActivate("10.1.1.30 - vSphere...
View ArticleUpdate label when combobox entry selected from ini file
Hi, So ive got a combo box that reads from an ini: Global $ini_save_file = @ScriptDir & "\config.ini" Global $Combo = GUICtrlCreateCombo("", 75, 15, 145, 25, BitOR($CBS_DROPDOWN,...
View Article_IEFormElementSetValue() Adding multiple lines.
Hello, ive had a look around the forum and can't find the answer, (my example files don't seem to open never have i think it might be to do with the firewall my work uses blocks them from downloading...
View ArticleFirst time user error
I tried using the aurecord to test a coule of simple things, like open and close notepad. Every script I create comed up with this error: Line 16 AU3RecordSetup() ^ERROR Can anyone help?
View ArticleSearch array of subnets against current IP
Hello All, First off - What I'm trying to do. We are using Quest AppPortal for published applications. Our requirement is that the end user has to be connected to our network (LAN or WAN) in order...
View Articleinputbox negative x and y values
$pass1 = InputBox(" " , " " , "Default1" , " M8" , 100 , 100, -20, -20) msgbox (0, '' , $pass1) $pass2 = InputBox(" " , " " , "Default2" , " M8" , 100 , 100, -120, -120) msgbox (0, '' , $pass2) the...
View ArticleCan't send email
Hi, could you help me please. I trying using script and getting errors. $SmtpServer = "smtp.office365.com" ; address for the smtp-server to use - REQUIRED $FromName = "Me" ; name from who the email was...
View ArticleDriveMapAdd fails on Windows 7 x64 to Samba
I have a samba server and while net use works to map a drive with credentials, with my Autoit script using DriveMapAdd I only get an error, specifically Undefined / Other error. Windows API, where...
View ArticleHow to create help file
Hello, I developed this VNC Manger and added more features and checks. I have a number of clients that I access their systems via VNC. This tool I created allowed me to carry the VNC info and VNC...
View ArticlePixel searching
; Find a pure lime green pixel or a green pixel within 10 shades variations of pure green $coord = PixelSearch( 0, 0, 20, 300, 0x32CD32, 10 ) If Not @error Then MsgBox(0, "X and Y are:", $coord[0]...
View Article_GuiToolTip UDF on Windows 2000
Hi all, I am building a script using the _GuiToolTip UDF that needs to be able to run on a operating systems that are Windows 2000 and later. Unfortunately I am not able to get the ToolTip to display...
View ArticleHow to use a Skin file (.asz) file in autoit
hi How to use a Skin file (.asz) file in autoit Acryl.rar 39.72K 4 downloads thank you now
View ArticleAutoIT Window Info - Client Mode
What do I need to include in my AutoIT script to warn that it's going to be client mode?
View ArticleProblem with ShellExecute and BSPlayer: parameter ignored
In my simple test script I'm using ShellExecute to open an avi file in BSPlayer (the file's default player). ShellExecute("testvideo.avi","-hide") When I run the script the video "testvideo.avi"...
View Articlevalidate domain with regexp
Hi I'm trying to create a script that validates domain names, but I can't get it to work 100% $string = "www.domain.com" $Check = StringRegExp($string,...
View Articlehow can a function process all available variables?
ola! i'm trying to create a simple script to close running applications after that shutdown, the code is already working fine, i would like to make it simpler, minimize repetition in the code, i'm...
View ArticlePerform the same code structure like what I create for excel macro
Previously, I am able to create excel macro to automate task like replace the formula to value. How should I perform it in autoit? As for as I know, Autoit help file only include basic excel automate...
View ArticleDouble Gui @ScriptDir Problem?
At least i think it is.. I have a Gui like this that basically helps the user finds the folder he needs and adds the file to it, mainly so they dont have to create duplicate files all over the place....
View ArticleProblem _MemoryRead Unicode
Should commando _Memoryread get the value: "Гульгуль" (Russian letters) but eventually produces funky characters, and must nickname in the game.Do not tell me where is the mistake? #include...
View Article