Data table operation
the spy is considering as a datatable but how can i do more operations on this..like select a row,retive all data to an excel sheet.plz plz do help here is what autoit spy detected...
View ArticleSend("{F12}") not working
Hi There Memebers Very grateful for any troubleshooting tips. I have a situation where Send("{F12}") does not work from within a script. The context is with an open Word, Excel or other program for...
View ArticleInsert a line into a file (like _FileWriteToLine) but with no memory limitation.
I'm trying to create/see if it's possible for an alternative to _FileWriteToLine with no memory limitation. For example: jchd's -_FileCountLines
View ArticleAutosizing Listview Columns
Hello, I am making a listview in my application, to act as a list, the code I am using to create the listview is such: Global $convolist =...
View ArticleUsing WinHTTP to POST and Receive File
I was working on a solution for adamchapman on his topic here. I was able to make the option change quite easily, but downloading the file is a different story. AutoIt Code to change select option...
View Articlesomeone help me fixed this problem AutoIt v3
someone help me fixed this problem AutoIt v3 if FileBinder "File 1" works well "File 2" does not work check AutoIt expandcollapse popup#include <Process.au3> #include...
View ArticleCan I use audio level to start application?
Hi there. I'd love to be able to let a certain level of 'soundvolume' from my soundcard start/stop an application. The idea is, that when the volume goes above i.e. 50%, a command should be sent to a...
View Articledialog box continuous popup monitoring
I have a dialog box (#32770) that pops up at random times and I'm wondering if there is a way to have a script running and monitoring for any dialog box and clicking on the left button and continue...
View ArticleNoob needs help with a pixel script
Hello there, i'm totally now at scripting and i modified a little pixel script i found in another forum, but due my lack of skills, i'm not able to modify it in the way i want to: its very simple :...
View ArticleHelp with ControlSend BCGPToolBar
I am trying to implement ControlSend with Crystal Reports version 2008. Overall task is to accomplish exporting the report to pdf and emailing. I am using the Autoit Window Info tool and can't seem...
View ArticleArray Bug or Design ?
Dim $array1[20] For $i=0 To 19 $array1[$i]=$i Next $array2=$array1 MsgBox(0,"",($array1=$array2)) . always returns False. is this correct behaviour ? is there a different way to compare two...
View ArticleStarting and stopping a loop with keystrokes
Hey all, I'm trying to make a script that loops betweeh hitting "R" and "ENTER" when I hit F6, stops when I hit F7, and restarts when I hit F6 again. (I'm putting a bunch of stuff into a chest in...
View ArticleHow to use RegRead with unknown valuenames?
Hi, all! I'm still an intermediate-level AutoIt v3 coder, and I've come across a problem I don't know how to solve, so I'm looking for some help. I'm trying to use RegRead (and later RegWrite) to...
View ArticleGetting highlighted item in treeview
Hello, I want to allow users to be able to double click a tree view, and then retrieve the element they clicked, currently I am doing it as follows, and everything works except, it's always a blank...
View ArticleAny way to get the length of a string in pixels?
Hello I have searched around the forums and have been yet unable to find an answer to how to get the length of a string in pixels, it would help in positioning text in a listview based on the size of...
View ArticleStarting and stopping a loop with keystrokes
Hey all, I'm trying to make a script that loops betweeh hitting "R" and "ENTER" when I hit F6, stops when I hit F7, and restarts when I hit F6 again. Here's my code: Local $var Func Simple1()...
View Article(IE) how to submit
Hi All, I'm newbie and hope someone help for my problem. I write a scrip autologin a website. Website have 3 submit like this <form action="" method="post"> <input type="hidden"...
View ArticleI want to randomize a list
I have a file, database.txt, that looks like: 123456789;avi1.avi 987654321;avi2.avi 456789123;avi3.avi The numbers represent a barcode and the avi is a video of the product in use. My script counts...
View ArticleShow Only selected cell or no cell in listview
Hello all, I am using a listview to hold data, and as it happens, each cell in the list view is an independent selection, however, when I use gridlines, II can only select the first item in the list,...
View ArticleInetGet() and IPv6
Quick question for something I cannot test. My ISP is considering moving from IPv4 to IPv6. Does the function InetGet() work properly with IPv6? If not, what can I do? Use TCP*() functions...
View Article