help on How to create two subfolders.
please can someone help me with this I want to create two subfolders using single button, but having trouble with DirCreate, I dont know how to create the 2nd subfolder(Folder2) Example() Func...
View ArticleIs controlsend bugged?
Hi, I'm having problem with script in au3. For example when I run code like this below: ControlSend("Notepad", "", "", "D") it is working, but after 3 minutes it is sending "D" everywhere, to Firefox,...
View Articleflexibility with declaring an array
hello world! i have a really large array i keep modifying .. wondering if there was a way to declare it in such a way that was easy to modify.. somtimes i need to delete records from the middle which...
View ArticleForce IECreate to be on focus
Im running an script on a webserver and when im connect via rdp it works fine but when i try to run it w/o being connected to the rdp it do not work. The script do not bring the window to the front...
View ArticleGDIPlus_ImageResize error 4... ok, so how do I fix it?
My program is supposed to resize an image. It fails and displays a black image on the screen and seems to never really recover from this. After some exploration, I found that I was receiving error #4...
View ArticleHelp with utilizing control notification messages
I'm struggling to find any examples for this. I am looking to utilize control notification messages as defined in their respective constants include. For example: in the TreeViewConstants.au3 include...
View ArticleLatest iamge recognition?
I am trying to automate an app that uses lots of non-standard gui elements, and so image search is the only way. The only image search functionality I can find for AutoIt is ImageSearchDll.dll but it...
View ArticlePlease Explain How While Wend Infinite Loop Works
Hi, I fundamentally don't know how this While... Wend loop works in relation to other code in the script - could someone please provide an explanation. AutoIt expandcollapse popupLocal...
View ArticleSimpleSpy fine under XP but not Windows 7 x64
Good Morning All, I'm using the latest UIA_V0_51 on XP and Windows 7 x64. I'm able to see focus, elements and all options under Windows XP for SimpleSpy - but not on Windows 7 x64. With Windows 7...
View ArticleComparing the data in a 2d array with a for loop error
I have a GUI and I am trying to get user input and compare the input to the first column in a 2d array. AutoIt expandcollapse popup#include <GUIConstants.au3> #include <File.au3>...
View ArticleLoop, FilePattern (Transitioning from AutoHotkey)
Hello, I am transitioning from AutoHotkey to AutoIt and am looking for a nudge in the right direction with regard to looping through files and folders. What I would like to do is create a delimited...
View ArticleIs it possible to automatically go to last edited page in word
Hi all, I am using word 2007. It lacks a good feature that help to go to last edited page when opening a word document. Even the AutoOpen.GoBack() macro didn't work in word 2007. So i am asking here....
View ArticleHelp with URL showing in IE window when toolbar set to False
I am trying to write a script to open a webpage in IE in a fairly small window. I want the IE window to be as uncluttered as possible with little/no room for the user to naviagate away from the page....
View Articleexact same script doesnt run on other computer
when i try to run the script on my desktop pc I suddently get allot of error but when i run it on my laptop it runs perfect and im using the same version v3.3.12.0 versi this are the errors that i...
View ArticleGet ListView Header Order After Drag/Drop
Hi all, So, I was following the Help file trying to get the resulting column order after dragging a column header in a listview. I can't seem to get the order after the drag as the results I receive...
View ArticleNeed help with winwaitactive
Hi this is my first time asking for help, I usually find a solution online but this one has stumped me. I am working with a business retail software and I have noticed a very annoying feature with the...
View ArticleHow to perform a click
Hi All, I am trying to click on a image,following is the path when i do devloper tool(f12) in IE <img title="Create new document" class="x138"...
View ArticleTCPNameToIP not working?
I'm trying to use TCPNameToIP to resolve a hostname, and for some reason whenever I call to this function the CPU jumps to 100% and lags my vm, and the program hangs. Any idea why this is happening?...
View Articletrying some simple clicks not work? (noob)
MouseClick("left" 624, 375, 1,10) ;op app sleep(2000) MouseClick("left" [,680, 1113 [, click = 1 [speed = 10]]]) ;switch windows app MouseClickDrag("left", 601, 960, 280, 960) ;close op app...
View Article_WinAPI_ShellExecute() different or better that ShellExecute()?
I've been using ShellExecute() for some time, without knowing if there's any significant difference from _WinAPI_ShellExecute() (other than the extra call parameter). For example, are these two...
View Article