Unable to put the 2 together
[ autoit ]     expandcollapse popup;;;; Mouse Motion Global $Paused, $counter = 0 HotKeySet("{F2}", "TogglePause") HotKeySet("{ESC}", "Terminate") HotKeySet("+!d", "ShowMessage") Func Start() While...
View Articlesystem path problem in windows xp
Hi. This line of code works perfect in windows7, but not in xp. [ autoit ] Â Â Â popupRunWait(@ComSpec & " /c start " & @UserProfileDir & "\picture23.jpg") In windows xp I get this error:
View ArticleProblems Clicking <input type="image"
Could somebody help with me this problem? I am trying to automate filling in a form and submitting the details. I have filled in the details but the submit button is an image <p><input...
View ArticleCompare Date in an Array and display lines found
Hi, I have an array filled with data from some ini files. A section of each ini files contain a key named "AU" and containing a date like "2012/12/14". Some files does not contain any value for "AU". I...
View ArticleStrings, StringSplit
Hello, 1st time using this command and its driving me crazy I have these value: [ autoit ] Â Â Â popup$read[0] = GUICtrlRead($input[0]) $read[1] = GUICtrlRead($input[1]) $read[2] =...
View ArticleHow to control the position of MsgBox
Can anyone tell me if there is a way to control where on the screen a MsgBox will pop up? Thanks, dmat619 (newbie)
View ArticleLooking for ideas on gathering Security Center's status
I'm writing a script that gathers information on a system. I'm looking for some way to tell the status of the security center on a group of Servers (2000 to 2008r2), i want to append the output to a...
View ArticleUsing AutoIt to automate firmware update
Hello:   I'm new to AutoIt and am wondering if the community can help me.  I need to run an SSD firmware update tool on multiple remote PCs.  I have remote access to each PC so I'd like to try and...
View Article_IECreate with another Internet Explorer
Hi to all! I'm using an Internet Explorer 9 virtualized and not the Internet Explorer 9 that is installed. My question is: Can I configure _IECreate function to run that IE9 virtualized and not the...
View ArticleCreating hotkey that launches a program and performs a loop and closes it if...
Hey all! This is probably the most simple request in the forum that will make most of the experienced users go "DUH!" Being a total noobie I'm still trying to figure things out. Basically wanted to...
View ArticleGoldWave recording shortcut - Help Needed
Hello, so I created a little script, which I need to enhance and I hoped that you could help me a little. What I want this simple program do is to start recording audio when "x" key is pressed (in...
View ArticleHelp - Timer
I would like to know how to update my ToolTip for my script every second with a timer on it without interfering with the already running script. Thank you for any help given. I was also wondering how...
View ArticleLayer mask in GDI+
So I wanted to apply custom shapes to images (like get a part of the image shaped as an specified ellipse). I looked, but could'n find any. I ended up making something inspired by Photoshop's ability...
View ArticleI need an complex example for Excel.au3
Hello, I'm trying to do something complicated compared to what I've done so far with the function Excel.au3. Until now I did not need much help to do what I wanted because all the examples in UDF .....
View ArticleFilecopy syntax
Hi guys, I'm trying to copy some files from our network share to workstations but I must be doing some stupid syntax error since it doesn't work : Opt("ExpandEnvStrings", 1) Local $targetDir =...
View ArticleHow to check if _IECreateEmbedded() is navigated?
Hello, I have an embedded created in my project and i want to check if it is already navigated or not. Is there a way to do it? I could use _IEPropertyGet to get its properties and then check if they...
View ArticleUsing taglib-sharp.dll to write extended properties to (video) files
Hi! I try to write metadata to a mp4 file. Because this is not possible with AutoIt alone, I found the taglib-sharp.dll (Windows) that should be able to do this. Now Im struggling on how to use it - to...
View ArticleSteams anti Away Idle
I have it scripted so when ever i lock or leave my computer, steam msn and skype are set to away so my friends know i will not reply any messages because i am away ^^. but steam is set up in a way that...
View ArticleIE find objects' ID
Hello, I am trying 2 hours now to find the controlID of a button and i cant get it. I want to get the controlID of the button in the picture. It is from the google maps. If anyone can help me find it...
View ArticleSome noob questions!
Sorry if these seem really dumb, I havent used autoit in a while and my programming is a little rusty. I have a script in mind that I want to try, and it is mainly going to require waters AD scripts....
View Article