Working with iTunes WebViewWindowClass
Hi friends, I'm new to iTunes and I'm working on script to download free ipa to windows machine. Is there any way to get the handle to an IE form elements displayed on a iTunes in the...
View ArticleXMLHTTP/ get access to resposeXML
Hello, As the tittle says i am trying to get access to the responseXML of a url. ConsoleWrite returns nothing. As i read at the msdn site to get access to the responseXML i have to set the responseType...
View ArticleLoad JPG from memory and set it to CtrlCreatePic
Hi I'm trying to set a jpg (in binary) to a ctrlPic, but by some reason the loaded picture doesn't shows up Here how I do it (some code from other help threads): [ autoit ] expandcollapse...
View Articleloop
hi my friends, I do script but I can not get code that return me to main form #include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include...
View ArticleHow to send input box data ?
I know this is very easy for pros but i just started yesterday so anyways ^^ I have 2 input boxes in my GUI , how can i make the script sends WHATEVER you write in those input boxes forexample...
View ArticleWhat is the reason for the large time penalty
Here are two examples: 1 - Object Property 2 - Object Method [ autoit ] popup$oIE = _IECreate('http://msdn.microsoft.com/en-US/') $oAs = _IETagNameGetCollection($oIE,'a') ConsoleWrite('>...
View ArticleGet pixel color from hiden image
Hello, I'm not much good in this, but I made some little script for checking Online Gold Price, and reading value number from image. But, I want hide image and get just number, without showing image....
View Articleis my way of coding correct? my process is slow.
Hi, im making a program that converts the content of .CSV file to HTML view, the code is working fine but im having trouble in on the time of convertion, sometimes my convertion is fast and sometimes...
View ArticleHi Gurus Some help needed File search and processing
So i have got : 1)Folder with incomming files (C:\in) example : aaa.m2v aaa_R.wav aaa_L.wav aaa_M.wav Before i recive files in this Folder i dont know exact names ,but structure is same ****.m2v and...
View Articleprogress bar or something
can you insert some kind of prgressbar into this script, with that i mean some kind of timer that show's you when script is going to loop? ; Press Esc to terminate script, Pause/Break to "pause" Global...
View ArticleI need help with AdlibRegister.
I am currently coding a programm for a friend of me, and I've got a function with AdlibRegister but it doesn't seem to "Register". Basically, when I "beta run" this, it generates the GUI 2 times, and...
View ArticleText recognition with soundplay
Hi, I would like to start by letting you know that my knowledge of scripting or Autoit3 is rather limited, what I want to create is a script that recognizes a specific word in a specific area and then...
View Articlecapturing and saving web traffic via autoit
Is there a way to capture and save web traffic on a specific process such as a web browser with AutoIt ? For Example like this ->...
View Articleminimized C# app - button click doesn't work
Hey, guys. There is small software which uses .NET (i guess it created in C#). It has main window with one Edit and Button controls. I need to input some text to the Edit and click to the Button with...
View ArticleDnsGetCacheDataTable API
Juste need help about API to retrieve the content of the DNS cache. The API is DnsGetCacheDataTable from DNSAPI.dll I found an exemple here but i'm unable do make a call in order to get result. Thanks...
View Article[Closed] Elevate Script to admin - an idea
This is just an idea, and i am not 100% sure on how to start it. I was wondering, if 1 program has admin rights. Does this mean any program launched under it to also be admin or would it be able to...
View ArticleMouseMove(+x/+y)
Hey, I'm writing a project, witch should do some stuff for me, my problem is to move the mouse: [ autoit ] popup$pos=MouseGetPos() MouseMove($pos[0]+x, $pos[1]+y, 0) ;Move mouse right x and down...
View ArticleHaving issues with a script.
So here i have provided a link of how the red arrows look,it changesarrow direction each time you press an arrow.Here is a picture,The issue i have is something with line 23,and it just starts and ends...
View ArticleStringRegExp Help...
Well, I have no clue on StringRegExp(), would be nice if someone give some little helps. The code explains itself: [ autoit ] popupGlobal Const $TEXT_A = "SpeCtR3._.n1 - SpamBot" ;Needs...
View ArticleWhere is the KODA form designer?
I'm a returning autoit user and can't remember how to get the koda form designer. I looked in the FAQ and help files don't mention it. I have just installed the latest version of autoit and the SciTE4...
View Article