Problem with FileWriteLine
I did a search for this topic and couldn't find an answer. I am seeing an issue with the following function. [ autoit ] expandcollapse popupFunc _GenerateCueSheet() Local $nSearch=-1,...
View ArticleWhy is Scripting.Dictionary.Add(hwnd) munging its reference?
I am posting this to get information on other gotchas like this... what shouldn't I be passing to a dictionary? [ autoit ] expandcollapse popup#include <GUIConstantsEx.au3> #include...
View ArticleForum loses indentation in [autoit] or [code] tags - fix?
Hi - I am relatively new to this forum though have been thinking about tinkering with AutoIt for a while. One thing that I feel really lowers productivity is that all code in [autoit] or [code] tags...
View ArticleProblem with - png image in ListViewItem
[ autoit ] expandcollapse popup#include <GUIConstantsEx.au3> #include <ListViewConstants.au3> #include <WindowsConstants.au3> Global $Bin = InetRead...
View ArticleClick no button but Window name is the same
All, I'm having issues with programming a additional script in AutoIT. The problem is that sometimes a Window pops up and I want the script to automaticlly click NO when the Window occurs. The only...
View ArticleHow Can I Start a Download, for a Certain URL of a File?
Hi I am using Windows XP SP3, and IE8. Let's say IE is open now, and I have a URL for a file, for example http://domain.com/folder/file.pdf and I want to start a download for that file.. So I will see...
View ArticleApply ICC Profile when printing with GDI+ and using PrintWinAPI
Hello All, I've been looking at using PrintWinAPI.au3 to print images. Many thanks to the excellent thread started by GRS (link below) which got me started....
View ArticleXML Root node / _XMLCreateFile
Hello, I have an autoit script that takes an excel file an creates an XML file out of it. However, I am having a problem creating a very specific Root Node. The code I have right now:...
View ArticleCombo Boxes
Hello actually im trying to make combo boxes , but my problem is , that i can type things in which i dont want $ComboStat1 = GUICtrlCreateCombo("", 96, 72, 121, 25) GUICtrlSetData(-1, "1|2|3|4|5", "1")...
View ArticleCommand line SET in AU3
I'm drawing a blank here. I need to use the Set command to create an environmental variable before using USMT to migrate user data. I want to put together a small AutoIt script to run SET...
View ArticleWebsite Auto login - Variable Must Be Of Type Object?
Hello all, First off, let me apologize if this is a dumb question. I've been digging through these forums all morning hoping that I could resolve this myself but I can't seem to figure it out. So for...
View Article_arraybinarysearch not working
this is my file and hence the contents of the array U3DAISC G#23TRND test U3DAPADD G#23TRND test U3DAPDEL G#23TRND test U3DAPDIS G#23TRND test U3DAPMOD G#23TRND test U3DBAFRM G#20TRNP prod am trying...
View Articlepassing an array with more dimensions to a function
So I am trying to make a Tic Tac Toe Game, but I kind of got stuck at passing an array with 2-dimensions. [ autoit ] expandcollapse popup#include #include #include #include #Region ### START...
View ArticleProblem with script using IE&Skype.au3
Hi guys, I've written a script which opens a page, reads and then splits the text and then sends that text in skype. Everything works fine, but after I include Skype.au3, the script crashesh - right...
View ArticleAutoIT with COM API support on Windows RT (Jailbroken)
I am very interested in getting AutoIT to work on a jailbroken (which allows desktop apps) Surface RT. Currently via XDA I was able to get AutoIT v3.1.0.5 (not all the features work though) running on...
View Articlereading info from an image
To read the image info from above sceenshot: There are 10 columns in this pic.I need to count the circle number in each column, in this pic column 1 has 2 blue circles, column 2 has 1 red circle,...
View ArticleCreate List from Media Folder
Hello all I would like to write a script where it reads a list of media files from a folder and copies the name of each file into a text file. I know to start off I would need to use functions such as...
View ArticleMsgbox Filter
Hi... Im new on autoit,Tried so many things different but no sucess. Anyway. This is the code Func BuildChatArray() Local $array[1][2], $pointer, $item_base, $counter, $lastchatpointer, $Lastmsg...
View Articlespecifying only some options?
SplashImageOn ( "title", "file" [, width [, height [, x pos [, y pos [, opt]]]]] ) I only want to specify certain parameters like the optional flag. I would like XPOS and YPOS to remain default. Like...
View ArticleHMAC SHA512 hash not yielding 'correct' values
Hi all, I need to generate an HMAC hash using SHA512 according to a certain API's specs and the only HMAC example I've seen (http://www.autoitscript.com/forum/topic/145556-solved-hmac-sha1/) does not...
View Article