Time Calculation Problem
Hi, I can not get a time calculation to work. It's probably something simple I'm missing: ... Case $msg = $settime $dt = GUICtrlRead (11) ;$tm = GUICtrlRead (12)...
View ArticleGet list view text as array or string
Hello I need to dynamically edit a listview, removing certain objects from a row. The way I seem to have concluded that would be best for this, is retreiving the text of each row, and then simply...
View ArticleBetter way to send text!!!!!
Have you ever wrote a script to fill out a long string of data and just sit there and wait for the text to type? You say decrease the inter character delay. This many times just does not work,...
View Article[Question] select an element in a list
Hi everyone, I am new to Autoit, please help me to think about the script to do the following action. Thank you! Given the following image, I want to select (a left click) the file with the...
View ArticlePress Class button
Hello, I am trying to find a way to press this button class: WindowsForms10.BUTTON.app.0.33c0d9d Please help me.
View ArticleProgram to execute .exe files with one key
I used to use auto IT years ago, getting back into it. I used to have a program that would launch the .exe that auto IT creates. But can't remember what it was. Can anyone recommend something that can...
View Articledrag and drop "coordinates" from website
hello,back with queries, I hope to find help here.I made this script: AutoIt expandcollapse popup#include <EditConstants.au3> #include <GUIConstantsEx.au3> #include...
View ArticleNeed help with one program
Hi all im new in autoit so i want to know can i make something like this look on pic So i want when i choose programs and click on Start button to make install program 1 by 1 and in silent mode not...
View ArticleWorld to screen function
Hi, is it possible to convert a 3D point in to a 2D display point with following informations: camera x,y and z position horizontal rotation vertical rotation the position of the point
View Articledo loop until 10 times
Hi all i an new to Autoit i want to make a script that search for a pic and click it and repeate that for 10 times i had readed the help doc and some postes in the forums but no luck the search and...
View Articlekeystroke
hey, HOW TO SELECT ALL ITEMS IN A FILE..... I used send("{LCTRL}"&"{A}") but its not working ..... please help me
View ArticleCan Mouse Select Row in ListBox and Delete?
Hi, Googled and searched - apologize if this had been asked before. Say we create a list box: $mylist = GUICtrlCreateList(....), we then populate the list box with a few rows. It's well documented...
View ArticleAutosizing a listview after it has been edited?
Hello all I have been using the following function to resize my listview to show all text. func _sizeconvolist() GUICtrlSendMsg($convolist, $LVM_SETCOLUMNWIDTH, 0, -1) ; $LVSCW_AUTOSIZE...
View Articlereferences to dragged and dropped objects?
Hello, I searched the forum about this, but at the moment, without sucess. I would like to drag an image (or a generic gui object) picked from an autoit gui and then I would drop it on another one of...
View Articleselect text in notepad using caret position
I'm trying to write a script that will select text in notepad. Someone asked me to write a program that would work like the "Find" function in notepad. Everything works great except I can't figure out...
View ArticleWorking on context menu
Hi all, I am working on an application which has a list view, and can open a context menu on each one of the list item. How can I get information about the menu? I managed to go through the menu...
View ArticleHow i do txt search in listbox?
Hi friends, i creat one gui and button, add and remowe ok, but, I want to find it in the list when I write the word entry, how i do ? AutoIt expandcollapse popup #include...
View ArticleRecordSet in autoit using .mbd database
I am trying to get all the values from a query, but everytime I do it only returns the first result. When I run this query: SELECT distinct order_id FROM ORDER_HEADERS where date_ordered = date()...
View ArticleSHSetFolderPath DllCall
I am trying to change the location of "My Documents", I am unable to get SHSetFolderPath to work To use the function, you must call GetProcAddress Thank you!!!
View ArticleGet selected tab onclick
Hello, I have recently started workign on an app that uses tabs, however, I noticed if I add an object after the gui has been created, the object i snot put inside the tab. So my question is how do I...
View Article