Help Me create showing log on editbox
Hello, Im newbie in autoit. Im confused how to show log of program in edit box... this is the example : Spoiler and another one Spoiler Thanks before.. sorry for my bad english
View ArticleClicking on button with ControlClick
I've bumped on problem on sending controlclick to a minimized client. I'm trying to use ControlClick on netbalancer software to utilize net performance and I have to click on a few buttons when...
View Articlei am stuck running command in comd prompts on click event
Hi Team, I am new in this scripting please help asap ..... I am creating the script that take the inputs from the user as path of file name and run the command on that file path . i have created the...
View Article@crlf in list
Why does only the first @crlf come in the list? [ autoit ] popup#include <WindowsConstants.au3> #include <guiconstants.au3> $GUI=GUICreate("", 200, 200) $list1=GUICtrlCreateList("",...
View ArticleHelp with decimal output
Hi all, im trying to understand what is going on in this script, im getting a value from a webpage like 8,5378 and when multiplying with any other value it ignores the decimal, so if i input 10 the...
View ArticleUnable to create the folders in windows xp system PFA code
Hi all, below code works in apart from winxp system ... I am trying to create the folder in specified location Win xp i am unable to create the folde by using below code any suggessition please why its...
View ArticleArray variable has incorrect number of subscripts or subscript dimension...
Okay so im having issues whenever i try and scan a large amount of text using the "unknown function" checker that i had asked about earlier. Whenever i try and check a large amount of text i get this...
View ArticleCurious
I was wondering if I can do this: I was wondering if I can scan for a value while a program is running, then change it's value, then freeze the value so it won't change by itself after that. It's...
View ArticleHow to add code to an au3 page on the fly..
I have built a Gui that downloads a page with a table in it and I want to add a radio box next to each item when it displays. Is there an easy way to do this.. Is this the best way or can it be done on...
View ArticleMulti Threading with AutoIt and SAP RFC Library
Hello community, here is an example code of a server application for an SAP system in AutoIt language. My problem is, that this AutoIt example crashs after the first function call of ABAPCall from an...
View Article_IECreate giving errors - Help!
I have used IE UDF a bit before and had no problems, but it seems to cause problems with certain rss feed urls for some reason. EX: [ autoit ] popup#include<IE.au3>...
View ArticleAutomating a button with ALT
Hi i was doing a test on a extraction program and it has an ALT selection for that button but i cant get it to trigger I started like this [ autoit ] popup$testfile = @ScriptDir & "\Air Bingo...
View ArticleKeep Script running in INACTIVE window
How can I keep the script running if another window pops up? the exact command would be appreciated. This is what I've tried after the enter command. standard command prompt in windows fyi. controlsend...
View ArticleFileCopy - Script Stuck End Process
[ autoit ] expandcollapse popup#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.8.1 Author: H.D. Script Function: Template AutoIt script. #ce...
View Articledeathbycaptcha API
Hello, Can anyone give me a script example that uses deathbycaptcha API? I'm using this to scrape some data from a list of websites. Thanks and have a nice day.
View ArticleAre there any in depth TUTs for StringRegExp
Ok, so iv read through the help file for StringRegExp and the explanations for the terms that can be used to find patterns (eg [^:class:], (?i..) ), but im still lost. So my main question,is could...
View ArticleWriting in Hebrew generates question marks
Hello I am trying to build a script and when attempting to write in Hebrew I get "?????" instead of the true letters. I did manage to write in Hebrew on other scripts, but not in this new one I am...
View ArticleCommand line based player with gapless/seamless playback of Video, pictures...
Hello I have been looking for a command line based program that can take a list of Videoclips, pictures and flash and then display them with gapless/seamless playback so that no black screen is shown...
View ArticleSend doesn't work with Street Fighter
Hi everyone, I'm having an issue with command Send. I've read some Wiki and sample codes, then tried it out by writing a simple code myself. All it does is send 's' to active window (key is pressed for...
View Article