Multi Processing support (not quite sure what to call it)
hey everyone, I'm not quite new here, I've been reading topics and looking for help here and there, but never really posted. so my question is that I want to make a program that would work on multiple...
View ArticleSend("{a down}") - only sending one "a"?
Isn't this supposed to set the "a" key state to "down" and leave it there until released again, sending consecutive "a"s? It's only sending one for me when I try it in a notepad [ autoit ] ( Popup...
View Articleuninstallation
Hello, I used autoit for automatic uninstallation of installshield application. The problem is that I am unable to close the last GUI screen using autoit. the last GUI screen asks to click "Finish" to...
View Articledetect menus/tooltips/etc blocking clear view of window
Is there any way of detecting if a window is somewhat obscured by eg tooltips, menus, or other popups which it has opened. I can't find anything relevant in the forums, and would like a more...
View ArticleTrouble converting a vbscript
This should be a simple thing; I think I have been staring at it too long. I'm looking to query a registry key through WMI on a number remote machines because some genius disabled Remote Registry. I...
View ArticlePenDrive Autorun
Hello Anyone know an automated way to replace a folder for that inserting a USB stick without using a keyboard or mouse.
View Articlefilecopy
the only thing NOT working in this script is the FileCopy command, 4 lines from the end. This was working 2 hours ago, now, nothing. any ideas come to mind. [ autoit ] expandcollapse...
View ArticleFor $oElement In $oElements: help me understand
Hi, I'm trying to understand how does this work: [ autoit ] popup; ******************************************************* ; Example 1 - Open a browser with the basic example, get the collection...
View ArticleTD extract algoritm
hello! I have a small problem with extracting data from a table. I want to extract these names ... Aer conditionat mobil Aer conditionat Agentii imobiliare etc... how can I do that? <TD> and...
View ArticleLosing my mind with winform button
I am trying to make autoit click a button for me, and have tried the controlclick function, controlenable, even mousemove and click etc, I CANNOT get this stupid button to click, been trying for 45 min...
View ArticleNeed Help with Starting and Pausing a script
Hi I am new to autoit and have spent maybe a week scripting. I found some code that creates a gui and adds buttons for start and stop. It's using a switch or interrupt to swtich between two functions....
View ArticleTimer - Need a new set of eyes, as it does not allow new items...
Trying to get this time to work - it should add a ticket to the array, along with time stamp info. It does this and when you remove the alert - they should go away and GUI should close - seems to work....
View ArticleDetermine process launching compiled script?
I've got a print driver which launches another app after one selects "Print" from the regular print dialog. What I'm trying to do is:Redirect the call from the second app and set it to run my compiled...
View ArticleAn AutoIt-based Keyboard remapping application?
Hi guys, My job requires me to use several programming IDEs like Visual Studio, Texas Instruments CCS, Keil, IAR,... One problem is that each IDE has its own keyboard shortcut. For example, to debug in...
View ArticleDllCall - "function" not found in the DLL file
Hello I am trying to call 64 bit dll but for some reason I keep getting error 3 "function" not found in the DLL file [ autoit ] popup#Region ;**** Directives created by AutoIt3Wrapper_GUI ****...
View ArticleHow to passing char** in DllCall?
Does anyone can supply me a example for "passing char** in DllCall"? I looked at the DllStructCreate and DllStructGetPtr, but it seems doesn't work correctly. Code like that: [ autoit ] popup...
View ArticleRunAs inside the script
Hi, I'm writing a script which change determined values in registry (HKLM) in Windows 7 x64. I want give compiled script for user whose don't have Admin rights. How does it do to the normal user has...
View ArticleDo-Until / While-WEND
When i use this in my functions of D3D Menu Fake , It make the function don't work Gives me not responding.
View ArticleRunas not working
Hi, I am trying to install JInitiator 1.3.1.30 with runas as a different user. The user id which i am using have interactive logon disabled. I am using runas below...
View Article