FileOpenDialog
I have a problem. I use FileOpenDialog and I insert multiple groups that can be selected. I would like to know which one is chosen. I tried to bind the variable to _PathSplit, see the extension and...
View ArticleCheck user authentication to windows share
Hello everyone. I'm trying to connect to a windows share (\\print) but if my authentication fails, for example, wrong username or password, how can i catch that error? The problem is that when...
View ArticleHow to get the menu item and control the menu(BCGPToolBar)?(poor english..)
sorry my english is poor but i need some help about au3 i am develop a automatic test tool on a pdf reader software i want to get the menu item title and use item name to click the menu item (just like...
View Articlei need two .exe file
i need two exe in one exe file. (fileinstall) first run 1. exe file and , run 2. exe file. i need this code. please help me.
View Article"=" or "==", I don't understand...
Should I expect the message "yes" or "no" from the following code? [ autoit ] popuplocal $value = 0 if $value = "abcdef" Then msgbox(0,"","yes") else msgbox(0,"","no") endif Note: $value...
View ArticleAutoIt beginner few simple questions
As I stumbled upon one system I wanted to automatize AutoIt sounded perfect for doing so but now I stumbled upon several problems and along with that I have several questions so here it is. This is...
View ArticleIssues sending characters to command line.
Hi All, I've been wrestling with this for a few days now and would appreciate a bit of direction. I'm trying to automate Adobe's AUSST, which syncs a local server with Adobe's updates, much like...
View Articlegood way to determine a filecopy is complete?
hello world! i have seen other examples in the forum where people have come across filecopy's not completing so the next steps fail i am also coming across this issue with this (doesnt always happen...
View ArticleInputBox is black when executed with PsExec
Hi All I am working on a script that will map a network share remotely. Since network shares are mapped under user context it will require the credentials of the user. To avoid asking the user for...
View ArticleProcessExists
i am trying to make a program to shutdown a specific game(metin2) if its process is detected so my nephew stops playing the game, i think it's a bad influence on him the problem is that if hi gets the...
View ArticleHelp translating a DLL function
that what i have got till now Func OmPlrAttach($OM_HWND, $Pointer) ConsoleWrite($Pointer & @CRLF) $cResult = DllCall($hdll, "long:cdecl", "OmPlrAttach", "handle", $OM_HWND, "str", $Pointer, "UINT",...
View ArticleCom send and receive
I'm really hoping i'm not double posting but i have been looking around and have not found the answer. I have the Arduino Uno, and it communicates to the USB via COM port 3. however I'm trying to use...
View ArticlePaint Bot
I have a paint application where I can enter into a console a hex code to change the color. I'm trying to make it so that I can load an image and the bot will examine the pixels, create a unique array...
View ArticleGDI Plus Image Histogram
Hi all, I'm trying to better understand the excellent GDIP UDF by Authenticity So I set myself a simple project to try and create a tonal histogram of an image; I use this in Photoshop a lot. I started...
View Articlemailto: character limit
I'm attempting to generate an email that has the subject and body already filled in. I want the "To" to be left blank for the user to fill in. The body of the message has the potential to be very...
View Articledetect is mouse is really pressed
hi there, i got a question : is there a way to make a check of the kind of ''_IsPressed'' but that wouldn't take care of the ''fake key pressed'' by that i mean like when you send a mouse click from...
View ArticleConvert bash or powershell to AutoIT
I really want to use AutoIT to perform a search for lines beginning with a string and then replace the whole line with a substitute. (quickly for an entire file) In powershell I do it like this:...
View ArticleImport Random function to Autoit
Hello. Time ago, looking examples in the forum, I wrote a little script that looks for the mp3 and wav files in @scriptsfolder and plays one of them randomly: [ autoit ] expandcollapse...
View ArticleError affter build error variable used without being declared
Hello everybody! I have a broblem when build my code: In code i can run but affter build it show error variable used without being declared. I don't know this error, please help me! Attached Files...
View ArticleDo I declare $vars multiple times?
Hey guys, maybe some of you noticed that i posted some weeks ago a Topic about 'AutoIt causes memory leak?'. The Bug report got closed and I'm still working on this Script to find the mistake... Now...
View Article