onEvent not working when button is pushed but exit works
Hi all, What I am trying to do at the moment is I have a gui and in the gui is a button, when the button is pressed it should close the gui, I haven't been able to figure out why this isn't working...
View ArticleUPnP Relay Broadcasts
Why? I have a AV Media Server that follows the UPnP 1.0 Spec. that needs to be accessed from an Xbox 360 UPnP Rendering Device which is connected to the LAN via MS's ICS which routes data to and from...
View ArticleRegular expression to parse variables and their values, but only certain types
#include <Array.au3> Global Const $CONST_INT = 100 ; Good Global Const $CONST_HEX = 0xFFFFFF ; Good Global Const $CONST_FUNC = BitOR($CONST_INT, $CONST_HEX) ; Bad Global Const...
View Article_IENavigate & _IEWaitLoad error
Hello, I am trying to use AutoIt for opening webpages and taking screenshots from it. I use following code. $url = "XXXX" _IENavigate($oIE, $url) Sleep(1000) _IELoadWait($oIE)...
View ArticleStatus of the script
Hi, Can we know the status of the script while browsing other things. Thanks,
View ArticleWhat's wrong with my understanding of this code?
I found this thread started by chuber while searching for a way to get the useable desktop area (size of primary monitor desktop minus taskbar). My first bit of bafflement was why the code written by...
View ArticlePublic Folder 7 & 8 Issue
Hi all I have a script that removes unnecessary icons from desktops which are to go on sale so they are as clean as possible. But i have an issue with certain icons that reside in the public folder...
View ArticleExcel 2010 detect password prompt
Hi all, I have been looking all through the help files and forum, but I just can't figure out my issue. Here is what I'm trying to do: We had an error on our file server which has caused corruption...
View ArticleRead Internet Explorer table by rows with link text
Hello, I'm working on pulling some data from a table in Internet Explorer and writing the contents, on a row by row basis, into a csv file. . I am able to loop through to an extent but have the...
View ArticleHow to access another applications image list / resources
I'm trying to make a program to run with Windows Journal in order to select it's colors by hotkey. I've gotten most of the script finished and working. I'm just now making a GUI for it. I've found that...
View Articleone EXE file
Greeting, Look for a way: I need to create a small utility to copy 2 small text files: program.ini and hosts some code like: filecopy ("hosts",...
View ArticleGUICtrlTab_FindTab 64bit failure
_GUICtrlTab_FindTab($currentprinter & " Printing Preferences", "Page Setup") On all 64bit systems that I have testes this on, it seems to fail or return -1. I compiled the scripts with beta 3.3.9.4...
View Article@IPAddress Issues
I'm having a problem with @IPAddress1 & @IPAddress2 where it seems like @IPAddress1 refers to the first active IP address but isn't necessarily tied to a specific network adapter. I have a script...
View ArticleAuto Script Writer
Dear all, I have started using Auto It and know its a wonderful tool. But does anybody know whether there is some tool which does write simple scripts from the GUI operation. (Similar to Macro...
View ArticleButton Help
Hello, I want to automate some of my Ms Excel repetative work. I start Excel by "Run" command. Now I want to 1) click on "BOLD" icon and 2) Select FontSize Dropdown menu to Select any other fontsize...
View ArticleThere's a way to pass path as in dos?
I have this line in dos and it work ok, dropping a file or call a file open: cd /d "%~dp0 start "" "mpc-be.exe" "%~f1" there's a way to have such thing in autoit? thank you in advantage
View ArticleProblem with keys holding down
I tried to google why it dont hold down keys but i dont understand Send("{a down}") Sleep(random(500,5000,1)) Send("{a up}") this doesnt work for some reason. In notepad it writes only one letter.
View ArticleIE iframe input content
I have successfully to click the button,and after that I need to input contents in the iframe "editor_iframe_1". But after many trials it still can't work. Does anyone have any idea? Thanks~~ #include...
View ArticleAuto file copier
Hi I'm a newbie and I need a help with these codes. I want to edit it to copy specific file formats. Can anyone direct me how to edit it and what should be replaced. Thanks AutoIt expandcollapse...
View ArticleNewbie intermediate Q: Where to go from here?
Okay, I've got a fair to middling handle on AutoIt v3 basics, but from here on the learning curve looks pretty foggy to me -- which is my problem of course, but still, I don't know what to read next...
View Article