Search in a string / position
Hello, I have string like this: Auto|it|is|funny|sometime I want to know if ex. "funny" is in the string and return the position ( in the example the number 4 ) How to do that? Thanks
View Articleautomatically popup touch keypad in windows 8
Hi Friends, I like to use my computer without using a keyboard as I use a TV as my monitor and there is not enough space in my living room to keep the keyboard. So, i just use the mouse for computing.I...
View ArticleInputbox focus/not focus
Hi, I want to make a func to clean one or more inputbox on click. My script: AutoIt expandcollapse popup#include <GUIConstants.au3> $Form1 = GUICreate("Form1", 242, 99) $Input1 =...
View ArticleNo idea on how to rectify this problem
I have this vba script which I have convert it to autoit script. However it give me error code on: ==> The requested action with this object has failed.: $rng =...
View ArticleMute mic during text to speech?
Hello, is there a way to mute the microphone while text to speech is speaking? Basically I'm using a program that provides voice responses to commands. The problem is that when it speaks, it also...
View ArticleAbout decompiler
I just want to know if it is safe to put email and password in my script? im using email script. is there a way to encrypt it to make safe from hackers that has decompiler.
View ArticleOpening xml files
I need some help with opening xml files. The script I am writing has to get data from a couple of attributes in the xml files, currently my problem is that I receive two types of xml. I do not know...
View ArticleMalwarebytes shows AutoIt as a trojan
Hi, Today after updating the Malwarebytes database, the Malwarebytes scan showed being executed AutoIt3.exe as trojan, and deleted it at the system reboot: Malwarebytes Anti-Malware 1.75.0.1300...
View ArticleHow can I copy & paste data from an excel cell to a field in Chrome?
I would like to automate: 1. Copy cell from Excel sheet 2. Paste cell in a field in Chrome The trickiest part for me is figuring out how to switch between Excel and Chrome. Any help regarding...
View ArticleHow to pass vriable to cmd while using in autoit
Hi i am newest member of this forum. i am trying to convert one batch script into autoit. can anybody suggest how to convert below line. dir /b n:\*%client%>%x%\val.txt
View ArticleDon't allow more than one instance of the script?
My script is compiled in EXE, but it takes a few seconds to launch UI. During these few seconds a user may keep clicking on EXE seeing no immediate result. How would I make it possible to run only one...
View ArticleWhat is this popup called and how can I click on it??
Hi, Can someone please tell me what this popup is called and how I can save and rename the file?? Please see attached file for the popup Its been driving me crazy for 3 whole days now :\...
View ArticleAutoIt and OCR?
Hello, I am new to the forums, and AutoIt, and I have a question. How do I use OCR with AutoIt? After some searching, I found that Tesseract would be a suitable solution, but on my test script I get...
View ArticlePassing the argument to a command line
Sorry but i have the same type of problem. RunWait( @ComSpec & " /c findstr /i "hr s v" " & $var1 & "\abc\123.cfg" & " >> " & "val.txt") trying to search a string from a...
View ArticleDual monitor resolution question
Hello all, I did a quick search on this and didnt find what i was looking for, so here i am asking for help. I have a GUI which gets scaled based on the resolution of the current computer. IE: $GUI...
View ArticleChange Shift+F1 into F1
My keyboard has goofy media keys that require holding the function button down so i made a script to change F1-F8 into the media keys without any modifier needed. The problem im running into is i want...
View Article.au3 filetype associations broken
I booted up today and noticed all of my .au3 files were no longer associated with AutoIt. When I tried to double click run them it opened an "Open with" dialog and the only option was Notepad. Also,...
View ArticleTrying to figure this array + loop out.. Any help would be appreciated.
AutoIt expandcollapse popup#include <Misc.au3> #include <ImageSearch.au3> Global $x = 0 Global $y = 0 local $array[5] $array[0] = "1.bmp" $array[1] = "2.bmp" $array[2] = "3.bmp"...
View ArticleHang + GUIRegisterMsg
Hi guys, this script is important to me and has a problem that I do not know how to explain: AutoIt expandcollapse popup#include <GDIPlus.au3> #include <GUIConstantsEx.au3> #include...
View ArticleGDI + Hang + GUIRegisterMsg
Hi guys, this script is important to me and has a problem that I do not know how to explain: AutoIt expandcollapse popup#include <GDIPlus.au3> #include <GUIConstantsEx.au3> #include...
View Article