ControlListView and 64bit
Hi, first, i have search the forum for this problem and know the remark "commands may fail when using a 64-bit AutoIt process to read from a 32-bit process". My Problem is that i don't know how to...
View ArticleDllCall error [Unknown]
Hi guys. I've got an unknown problem when calling my DLL. So here what I do when it occurs: - If I choose an au3 and press test it will successfully call the DLL - If I choose an au3 and and icon and...
View ArticleRe-Arrange Excel Cells(cut and paste) HELP
Looking for a bit of help. I have an excel file that I need to re-arrange so they are one liners. The file is like so: 1312822 2-13-13 2-13-16 CANINE S/64.5 8824 Johnson, Aaron 713 999...
View Article#RequireAdmin issue
Hi, I may miss an obvious point but I dug into forum and googled but it has been no help so far. I am Vista and AutoItV3.3.8.1 ================= MsgBox(0,"", "aa") ================= works fine but...
View ArticleUsing $STDOUT_CHILD causing window to not display
Ok, I have a simple thing that is driving me crazy. I have to automate a command line based application. I use a call like: $pid = Run(@Comspec,"c:\MyAppPath\",@SW_SHOW) This will launch the command...
View ArticleSending data from one machine to another
I would like to send data from one laptop to another via the internet. I'd like to be able to send the data to multiple machines that may not be currently connected to the internet, but they should...
View ArticleHelp on converting a vbs script
Hello all, Im trying to convert a vbs script I have. and I seems to be missing something. not sure what. the intent, is to return the OU of a computer object, so I can use it later in the script: Set...
View ArticleHow to access program icon for registry
In the process of creating an installer for an au3 compiled program, and adding registry entries for right-click context menu, I find the need to have a program icon associated to it for the context...
View ArticleDeletion Fails for Empty Directory - C:\Program Files (x86)\myApp
I have an AutoIt script, jnlp.exe in folder C:\Program Files (x86)\myApp. jnlp.exe downloads a launch.jnlp file to the user's temp dir, and then runs the launch.jnlp to launch that Java WebStart...
View ArticleHi, How to scan if the person is idle or away, afk or not
Using AUtoit, how is it possible to know, whether the person is away, (afk) or not, i mean I can use getmousepos function to determine whether or not mouse has moved over a lapse of time or not, but...
View Articlereading binary data with unknown data structure
Howdy Fellas, I'm trying to read a binary file that has a bunch of data, though I'm only interested in two pieces, a datestamp and some data. I've been able to read some text using :...
View ArticleAny way to load an html file into a variable and convert it to an object.
Normally I load html files into the browser and grab the html using the $oIE model..then I can run the DOM stuff on each file loaded into the browser... but the problem is that I need to load several...
View ArticleUser Select Files - Open AutoCAD run Script
Hello all new to autoit but seems like a very nifty program to be able to write scripts to save alot of users time. What i am after is to be able to run a .exe to allow the user to select files in the...
View ArticleReceive Information From Games?
Hi AutoIT community, I am quite new, but have been using AutoIT for years now. I have a quick question: I am trying to make a program that will essentially take information from a game, such...
View ArticleHow to Check the Status of Check BOX (Enabled/Diabled)
Hi Forum Members, Good Morning to all, I am new to autoit (Basically a perl developer), I have a query in window, in which several check boxes are there, i want to check a particular box, whether it is...
View ArticleLocate File
Hello all I would like to set up a script which determines whether any file is in a specific folder this is what I have so far, [ autoit ] popupif not FileExists (@UserProfileDir & "\Copy...
View Articlestrange, this should not happen. script stops on _IEAction
this is my code i put comment in it to explain what is happening $win = "Token Control System" $oIE = _IEattach("Token Control System", "title") $oLinks = _IELinkGetCollection($oIE) if not...
View ArticleScript Issue
Hello all, I'm having a little trouble with the following script, [ autoit ] expandcollapse popupHotKeySet("!+d", "exit1") While 1 If Not FileExists(@UserProfileDir & "\Copy Folder\") Then...
View ArticleRunning my application from visual studio debugger
If I lauch my application and run my script eveything works great. When I launch my application from visual studio the script mouse button presses no longer work. I am using the script to debug a...
View Article