_IEFormGetCollection https form
Hi guys, I'm really new with Autoit, and I'm traying to work with a combox for select a data, but the my problem is that I can't to read the Form. I try to use the follow code for identify the form...
View ArticleTrouble filling in UPS WorldShip entries
I am trying to automate the process of filling up entries in the UPS WorldShip window but for some reason, almost all the auto functions don't seem to work on it. The UPS WorldShip look like the...
View Articleimprovement program, tcp...please
hi everyone!! just start the adventure with AutoIt and I have a request to you. I found on this forum scripts to connect to a client - server, but it is strange with password protection. I would like...
View ArticleAutomation Script required
Hi, We want to migrate data from MSAccess to Oracle Database. We are uisng Oracle 11g. Can any one please provide me the automation script for this? I have done this manually by using SQL developer. I...
View ArticleInstall Sheild automation issue
Hello All, I am facing a very strange issue. I am trying to automate and installer. When the installer finishes copying over the files, it Tries to start a couple of services on my PC. However since my...
View Article"Looping"
I have to write a script that will append a value into the registery for each entry under a set key. The number of entires can vary from system to system it can be as little as 2 or as many as 50. Is...
View ArticleProtect data from copy & drop drag file
Hi all I'm a newbie, I'm beginning to learn to code Autoit, but I love it In my idea of protect file by Autoit, I have DATA foder (E:\DATA) and I don't want any body copy (or drag drop) files in it to...
View ArticlePlease help with DLLCalls with figure print scanner - will pay!
Ok, so I have been working on this figure print application and have been using the sample program and its just not clean or smooth. I really need to talk to it straight to the DLL I have the docs here...
View ArticleRun autoit code from a variable
Hi everyone Its possble to run code from a variable? like, i want to update my program without need to create another version of the .exe, can I read a file, and execute the code in it? regards
View Articleprogrammatically starting the Windows Explorer shell
Let me see if I can explain what I'm trying to do. I would like to start explorer.exe as the windows shell programmatically. When Windows starts up instead of running Explorer which is the standard...
View ArticleSpell Checker
Hi, I've been looking for a while for a free spell checker that I can intergrate into my code, but have not had much luck, I did come across this, http://norvig.com/spell-correct.html which seem to...
View ArticleIs it possible to prevent window creation by a specific process ?
I have a program that when I use a specific functionality, it makes a message box containing one "Ok" button to let me now the action went succesful. This is very annoying, I would like to prevent...
View ArticleGUI Button states
I would like to be able to make it so that when a button is pressed, it remains in the "down" state until it is clicked again. Then be able to do a boolean check if the button is down. Is this a...
View ArticleDisable Windows Keyboard - Use Only On-screen Keyboard
I was wondering if anyone could suggest how to disable the physical keyboard, but allow the on-screen keyboard to work (I have a stuck key). I know BlockInput() disables all but ctrl-alt-del, but I...
View Article.MSI installer function using variables
Hello, I am new to autoit and I am trying to create a function that uses a variable for the location and name of a .msi file to install, but I can't seem to get quotes or syntax correct and was wonder...
View ArticleAutoit Compiler (File Builder)
Hello, I Want to Build an .exe file from my main script but i guess it's impossible to do it with autoit, for example : I create a Script that Configure then generate an .exe file which send Pc's...
View ArticleAutoUpdater Concept Issue
Hi everyone, I'm coding an AutoUpdater Script for my Application and it's almost done. But the method I'm using is not the best, in fact, it will make me have a lot of work and I need to make it...
View ArticleDetect when the user clicks a listview cell
Hello, It's possible to detect when the user clicks a listview cell? For example, how can I show a msgbox when the user clicks on the cell "Tutti3"? [ autoit ] expandcollapse popup#include...
View ArticleHow to...?
HI, I have a problem How to insert my function on this script Ok this is my script : While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Case $Button1 For $i = 1 To 1000 MouseMove (356, 400)...
View ArticleWait Internet Explorer to load page
Hi, im testing the performance of my portal IE9 with the installed IE9... The test is this: 1) Open browser 2) Navigate to a webpage 3) Wait until its full loaded 4) Close browser My problem is step...
View Article