DirCreate creates folder with read-only attrib in Win7
I have the code below that creates a temporary folder. However, I have noticed that the folder attribute is set to read-only, which prevents me from deleting it at the end of the script. What am I...
View ArticleWinAPI_CreateDesktop (CommandSend to GUI)
Hello, I'm trying to communicate with a GUI over a secondary desktop thread, but It doesn't seem to pick up any commands sent to the GUI even though it responds perfectly on the main desktop. Any ideas...
View ArticleTooltip text Right justification
Hi and thanks to all Is it possible to align or justificate tooltip texts to Right side of it ? There is no parameter in its parameters list for this issue. ToolTip ( "text" [, x [, y [, "title"...
View ArticleBinding keys to elements whose id is unpredictable and which have no name?
Hello all, I am working on a relatively simple project and could use a little help. I'm trying to use HotKeySet to bind keys to the different buttons on web-based multiple choice question form....
View ArticleImageSearch
Hello! I was just checking around the help file trying to find an imagesearch type of command, but i didun' find it, Does auto IT have such a command?
View ArticleText search ?
In Deutsch Also ich versuche ein Auto login Programm zu schreiben mit Charakter Wahl und Komplett Login und sagen wir mal zum beispiel ich habe 2 Charaktere das wenn ich Sage Ownerchrissi soll sich...
View ArticleObject Not Detectable using the Position Parameters of an Object.
Hi, I am trying to automate a .net application. When I am trying to identify an object using the POSITION that is ControlGetHandle("<WINDOW...
View ArticleWhat is wrong with my Loop ....While/Wend
Hello all. You are master in autoit maybe can tell me easily... Whats wrong with my Loop ? AutoIt expandcollapse popupHotKeySet("{ESC}", "Terminate") #include <Excel.au3> #include...
View ArticleGDI+ Rotate-Trasparency-Gradient
Hello, I need to do all of three in the same control Pic. I have found some example but they are all related to save an image "edited", but i don't need to do that but: . Rotate an image of 180° (Done,...
View ArticleDetect Read Barcode
Hello Autoit Forum , I am trying to detect Barcode scanners actions.I searched the forum and i found commMG UDF but i could not detect actions. Thanks , Loken
View ArticleFile Download in IE8 - Scheduled Task Remote Server
Hello, I'm a programmer and I developed a similar process, but just using the script Save_Dialog_IE.au3 (Method 'Save') Could use the script successfully on the server, but when it runs scheduled...
View ArticleNo error finding _ieformelement in console but won't set value
I am able to find this element<input name="NO" onkeyup="this.value = this.value.toUpperCase();" onkeypress="IsEngorInt(event)" type="text" size="20" maxlength="12" value=""/>From my Code below....
View ArticleRunning a command-line "FOR" loop from AutoIt
Hi, I'm trying to automate the execution of a command-line program in a FOR loop. My goal is to execute the first option proposed in this page to run GhostScript over all PDF files of a selected...
View ArticleProgram automation TDSS Killer, finding valid Class?
Heya guys. I've been pumping out a ton of scripts to help me at my little IT shop here, but I'm having issues with TDSS Killer. When I run au3info against the active window, it returns almost nothing,...
View ArticleLike FanPage Facebook - Live Http headers
Hello, I catch trouble with analysing a data of live http headers For an example. Fanpage: https://www.facebook.com/hellokitty When I click "like" on fanpage. I get content below...
View ArticleExpanding sub-option in the "Context-like" control inside IE
Hi all, I'm trying to expand the sub-option in the IE. On this page:http://www.tripadvisor.com/Hotels-g187791-Rome_Lazio-Hotels.html there is a "span"-button called "More" How can I expand Hotel class,...
View ArticleWinHttp Form Fill
Since I know that the examples thread isn't a place for help and support and the answers I got there didn't quite help me figure out what I'm doing wrong, I'll post here. (Thanks, trancexx, for...
View Article[Help] How to get the path of the music being played on WMP or VLC?
Hi, I'd like to create a hotkey to delete the music that is being played on WMP or VLC and then play the next music of the playlist. Can someone help me? Thanks
View ArticleProblem with complie
I used 'Complie with Options' to complie a script, but I received this problem : >Running:(3.7.0.0):C:\Program Files\AutoIt3\aut2exe\upx.exe" --best --compress-icons=0 -qq...
View ArticleHow to Know PID in this case
I've a AutoIT command line application that call another (not AutoIT) application using runwait(@comspec & ' /c " $command) This other application will open Internet Explorer. I would like my...
View Article