autoit
Getting position of item in Watir, using either AutoITX3.Control or pure Watir
I use Watir with IE. On a website, there is a link that, for some reason, it does not work with Watir. The Watir line below causes the screen to flash, while it should downloa开发者_如何学God a CSV fi[详细]
2023-02-19 09:13 分类:问答How to redefine system-wide shortcuts in AutoIt? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-18 08:45 分类:问答Use AutoIt with java applications
AutoIt seems to stop working when focus is given to a java application. For this code: MouseMove(61, 121, 10);[详细]
2023-02-16 18:08 分类:问答AutoIt DllCall() shell32.dll
How to setup Windows 7 user tiles via a script I found explained in a blog post. But I do not want the .NET framework dependency this requires, so I try to call it directly via DllCall(). However I ca[详细]
2023-02-13 19:00 分类:问答Get process GDI object count
I\'m looking to get the count of GDIObjects of certain processes. Using Windows XP it was possible with user32.dll\'s getGUIResources(), but on Windows Vista and -7 it returns 0 for processes running[详细]
2023-02-13 05:05 分类:问答Read fileversion of running process
I\'m collecting information about runn开发者_JAVA百科ing processes (like CPU- and RAM usage). Now I want to get the version number of a process via its PID or process name. How can I do this?The versi[详细]
2023-02-04 09:06 分类:问答Load Excel add-in
I tried: $sAddIn = \"H:\\prog\\essxleqd.xla\" $oExcel = ObjCreate(\"Excel.Application\") $oExcel.Visible = 1[详细]
2023-02-04 08:07 分类:问答Automatically select a submenu in excel
I\'m trying to automate some excel processing. With autoit I open several Excel with an add-in. This add-in is开发者_如何学编程 used to update data in this excel.[详细]
2023-02-03 19:43 分类:问答Data not being preserved in autoit
I am using one file to send data to global variables in a globals file and having another file try and retrieve that data from the globals file after.[详细]
2023-02-03 18:41 分类:问答How can I access a string like an array in AutoIt? (I'm porting code from C++ to AutoIt)
Ok, gah, syntax conversion issue here...How would I do this in AutoIt? String theStr = \"Here is a string\";[详细]
2023-02-03 00:47 分类:问答