Click an item in TreeView or SysTreeView32
Hi @ all, I'm quite new to autoit and I try to automate the postprocessing of an FEA using Autodesk Mechanical Simulation. For this I need to double click an item in a SysTreeView32. I think the tree...
View ArticleHelp with _WinAPI_Draw
Hi all I want to draw 2 line and 2 text on the desktop, and move the position based on the value of the input This is what i have done: AutoIt expandcollapse popup#include...
View ArticleGoto function or jump function?
Reason I ask is that If a condition is false I want to jump to the end of the script. And have the next file run through the steps that the first file did.
View ArticleCopying data from csv to ods
Hi! I'm facing a problem which my limited programming experience seems preventing me to solve... I have a bunch of .csv files. I managed to open them, remove unnecessary stuff and combine them...
View ArticleAsking For help clicking banner
Hi all I'm new on this community, but I just fall in love with autoit, and I have very newbie question on how to click on this banner on this site webtraffic.pw/ #include <IE.au3>...
View ArticleCheck if value change
Hello, i need an help I need to check in a loop if a value change. I'll expalin better I have an inputbot with value = 10 I'll change the value to = 12 it's different to 10 so do func MyFunc() I'll...
View ArticleGet current files directory?
Hey folks, Ok so my script is on my test pc. Now the paths that are there are all relative(makes things easier) and the 2 folders I have and script are located in the same location. Is there a...
View ArticleAutomate Firefox to open an add-on and then control add-on
Hi all, I am looking to automate firefox tasks such that the browser opens, and then opens an add-on and then controls the add-on. Is it possible? What APIs to call? I have no idea. I have never...
View ArticlePrecedence of Funcs executing
How does AutoIt handle multiple functions when it comes to which one to execute? I have a getProperties func and a func that creates a volume. I need to get the properties from a text file and plug...
View Article_IENavigate question - Does open all web sites
I am trying to create a drop down menu of websites that brings up the selected website in a GUI window. For this I am using _IENavigate and it works for all the websites except a few and I am at a...
View ArticleNeed an app, I will pay for it.
Hello, I need someone to create an app for one simple game. Please contact me skype: darker9999. Payment processor - paypal. Thanks.
View ArticleGlobal variables through functions
Hi everybody! I'm experiencing the following problem in the bot i'm programming and I don't seem to be able to find the reason why it doesn't work: I have a Global array TroopsInTown[101][10] which...
View ArticleIs my AutoIT idea implementable?
Hello, I have an idea for a program that would be very helpful but I am not sure if AutoIT would be able to perform what I need it to. I'm not very familiar with AutoIT but if my idea could work, I...
View Articleshell-program and error handling
Hi! so..I understand that making a program without errors is better then just ignoring the errors and this is why i rarely use this method. However sometimes i need to test a program for longer periods...
View ArticleSelect all items in listbox
Can someone give me some assistance with selecting all items in a listbox? I was told this might be achieved using _SendMessage(), but I've never used that and the parameters and help page are a little...
View ArticleRetrieving text from a class
I know how to use WinGetClassList() to return a list of classes in a window. And I know how to use WinGetText() to return the text in a window. But how can I get the text from each of the classes...
View ArticleFTPEx
Hello I have a problem with header FTPEx.au3. This is my script : #include <FTPEx.au3> $server = 'ftp.exotique-masaj.ro' $username = '' $pass = '' $FTPFile = "/test_db.txt" $ULFile = @ScriptDir...
View ArticleMaking a picture/image clickable?
Alloha, I was wondering if i can make an image clickable like a button? cause i wanted to make a small useless program dunno what yet but i thought would be fun to make something with it xD So is...
View Article_FFClick() always executes _FFLoadWait() !!!
Hey Everyone, I got a Problem with the UDF FF.au3 by Thorsten Willert. I want to use _FFClick() to click on a button (which works just fine) but in the Time the page needs to load i would like to do...
View ArticleCan you use _IEAction("","Copy") with a Input field?
$o_frame = _IEFrameGetCollection($oIE, 3) $o_form = _IEFormGetObjByName($o_frame, "main_form") $oInput = _IEGetObjByName($o_form, "KEY.zResolveCategory") _IEAction($oInput, "selectall")...
View Article