autoit Questions

2

Solved

I'm using AutoIt: $1 = GetItemBySlot(1, 1) $2 = GetItemBySlot(1, 2) $3 = GetItemBySlot(1, 3) $4 = GetItemBySlot(1, 4) $5 = GetItemBySlot(1, 5) The code repeats for 40 lines. How can I...
Luxemburg asked 16/10, 2014 at 10:54

6

I have several tabs open in Firefox. I want AutoIt to activate a particular tab in Firefox. How can this be done?
Gerkman asked 2/6, 2010 at 0:35

3

I wish to simulate a right click on a file. This is done by opening a Windows Explorer window and then right clicking on it. The main issue is finding the location of the file in Windows Explorer....
Circassia asked 12/3, 2012 at 13:31

1

Solved

Setup Environment: I'm using vb.net to develop a Windows Form Application with .NET Framework 4. My goal: Open calculator.exe using Process.Start Using all vb.net code, be able to click 5 + 5...
Terris asked 21/3, 2014 at 6:21

1

i ńeed help with my code. GUICtrlSetState($input_ID_betonarna,$gui_ENABLE) ConsoleWrite(GUICtrlGetState($input_ID_betonarna)&" "& $gui_ENABLE) Output is: 80 64 Expected output is: 64 ...
Candescent asked 4/12, 2013 at 16:42

2

Solved

I want to call functions from an AutoIt dll, that I found at C:\Program Files (x86)\AutoIt3\AutoItX\AutoItX3.dll using Python. I know I could use win32com.client.Dispatch("AutoItX3.Control") but I ...
Frodin asked 13/11, 2013 at 2:10

1

Solved

I'm trying to get rid of my minimize, maximize and close buttons on all windows. Googling around I found this: $h = WinGetHandle("[CLASS:Notepad]") $iOldStyle = _WinAPI_GetWindowLong($h, $GWL_STY...
Elga asked 27/8, 2013 at 2:41

1

Solved

Can AutoIT script GAE launcher so that I don't have to type my password each time I deploy?
Maidenhood asked 8/7, 2013 at 13:22

1

Which function should I use in order to click a pop button after running a program? For example, the league of legends launcher button is what I want to simulate the click.
Incense asked 4/6, 2013 at 8:4

1

I want to react on a screen event in my Java Programm so i want to find a Image in my actual screen. I tried to write a method to get a Screenshot from the robot class and then search the pixels - ...
Mockery asked 13/11, 2012 at 0:47

1

Solved

I'm attempting to automate an application using AutoIt, and I need to wait for a control to appear within the application before the automation can begin. This control loads shortly after the appli...
Unavoidable asked 28/1, 2013 at 21:34

3

Solved

Windows 7 (finally) has built-in zoom feature for the screen. Hold down the "Windows" key and you can then use the "+" key to zoom in and the "-" key to zoom out. As a result I have been trying to ...
Possession asked 11/5, 2012 at 5:48

1

Solved

I have a few functions with the same structure (simplified): func moveFiles() local $error = 1 For $i = 1 to 100 updateProgress($i) updateStatus("Processing " & $i & "/100 files") ...
Fading asked 25/7, 2012 at 7:47

2

Solved

I have a program with a GUI interface whose initial set-up I need to do manually. AutoIt has been superbly helpful for that so far, as it provides very easy ways to work even with complex-to-access...
Subconscious asked 13/1, 2012 at 0:15

2

Solved

I have seen this post mentioned there is an AutoIt3 COM version, and with it I can call AutoIt functions in Python. I couldn't find the COM version at the AutoIt website. Is it hidden somew...
Educatee asked 21/7, 2010 at 16:28

1

Solved

Is there a way to continue a command on a new line? My MsgBox() function call is long, for the sake of readability I want to do something like this: $confirm = MsgBox(321, "Check Information", "Co...
Remotion asked 3/2, 2012 at 22:9

3

Solved

Using Stata my text editor is gVim. Using scripts from here and here to send code from Vim to Stata keeps me from switching to Linux. The scripts are in AutoIt I cannot use in Linux. They are indep...
Steele asked 12/8, 2011 at 10:18

2

Solved

I am using AutoIt to automate filling in forms on a website. But I am having a problem getting the form name from a website. I look at the source of the HTML and find form and its name, but I stil...
Liba asked 1/6, 2011 at 15:52

7

Solved

I need to choose a Windows automation scripting language. Which one do you recommend; AutoIt, AutoHotkey, or an other? I have read "An AutoIt / AutoHotkey comparison". Interesting history, b...
Kujawa asked 6/11, 2009 at 11:20

3

I'm using an AutoIt script to start and automate a GUI application. I need to activate the script each hour. Will AutoIt scripts (which perform actions on a GUI) work when used as a service? The ...
Mera asked 6/3, 2009 at 10:44

© 2022 - 2024 — McMap. All rights reserved.