Always running script - what is the best way ?
I want to run a "utility" script which performs small tasks, like closing specific windows if they appear, short urls with hotkey, resize window if some specific thing happens, set volume to a specific...
View ArticleHow to Change the Colors and Font Styles, etc, in Scite-Lite of v3.3.8.1 To...
Hi After installing AutoIt v3.3.8.1, I must say that it's really difficult for me to adapt to the Colors and Fonts Styles of v3.3.8.1. The way it was in all prior versions, since I started using AutoIt...
View Articlewinexists/winwait problem
i have the following code. i tried winwait but that didnt work. I am trhying winexisting and it doesn't work. I know this because the msgbox does not display the "here" message hence the controlclick...
View ArticleCheck if os is window 7 or not ?
hello I am writing a program that support both win xp and 7 . But there are some functions only for window 7 or xp. Please Help me how can I know that which os in which application is running.
View Articlecheck timer against array values
Hi All, I'm trying to get my head around a statement and was wondering if anyone could help me out? I have a timer that counts up, this is set to use 3 variables, $min, $sec and $milsec. I also have an...
View Articlescript problem?
Hi. My scripts does not respond how it should do. I did a little bot a for a game,it worked fine,but now it does not work anymore.When i'm in-game it acts like is not there,no reaction,and when i go...
View ArticleButton function not working out for me!
Hi, I am pretty much a noob in autoit So I used Au3Record to record some things I do and it worked excellent but when I made a GUI using Koda GUI designer and I made a button and I wanted to linked my...
View Articleerror message
hi for all do there is any command in windows to block some folder please can you see in attachment files Attached Thumbnails
View ArticleAbove desktop
I want to reformulate my question and it sounds like this: First time i used AutoIT(First 2days),every script of mine did what i told him to do,even with something above my desktop(Me into a running...
View ArticleCurrent Time Range
It's been years since I've posted, I think originally when I created my account I had a question about MM Bot. This is my first time doing any real scripting and I must say I'm having a blast. I...
View ArticleListview scrolling problem
So I have this function Func FunPopulateListView($parse) ;GUICtrlCreateListViewItem("1|2|3|4|5|6|7|8|9|10",$mainlist) $i = 1 While $Parse[$i] <> "" $split = StringSplit($Parse[$i], "|") $split2 =...
View ArticleGDI Count with _ProcessListProperties
Is there a way to get the GDI count associated with the _ProcessListProperties function, or should I be using a different tool? So far, using the following keeps returning 32, regardless of what...
View ArticleGeneral question about autoit capability
I am new to AutoIt. I am wrting a script in powershell using selenium. The script logs into a web console using Firefox. The console has few buttons. One a specific button is selected, it generates a...
View ArticleFileOpen/File In Use
There is an app that writes to a file. When the file is complete, I need to move the file to another location. I have no control over the application that is writing the file. What I have done is to...
View Articleplease help urgently
please if any one can assist and help me , I have excel sheet inside it some information for our company staff breaks so I want to update our scheduling software with this information , this software...
View ArticlePixelChecksum, explain it to a dummie?
So if I got PixelChecksum correctly, it can check a square of pixels on a window. Can I somehow use this to invoke a forced continuation of the script? An example: I have one window where the pixels...
View ArticleBlob size issue
Hello all I have a tricky problem that I have been wrestling with for a few days now, but cannot seem to make any headway. I'm not sure if it is an AutoIT related issue, or a mySQL issue, so I will...
View Articlehow to operate xml and properties file
I'd use autoit to operate xml and properties/ini files, like changing some node/key values, inserting/deleting node/key. Not sure what's the best way to achieve this?
View ArticleLWINUP?
Hey all, back again for some help. I'm once again just trying to write a simple macro... Send ("{LWINDOWN}") - works fine Send ("d") - works fine Then I try to send the "LWINUP" function, and LWINUP...
View ArticleCannot click on the button and show dropdown menu
Hi all! I am a newbie in AutoIt scripts and need an advice. There is a button in an application (“Reports” - at least, AutoIt Windows Info says that it is a button). This button shows a dropdown menu....
View Article