12 hours of no solution and need help
Here is what we have. [ autoit ] popupcommand("test",'0,"test","ahhh"') Func test($msg1,$msg2,$msg3,$msg4=0) MsgBox($msg1, $msg2, $msg3,$msg4) EndFunc Func command($cmd$,$myArray) Call($cmd,...
View ArticleI need help with TimerInit function
So I have some timers which I reset periodically, but my problem is that they don't wait for the functions before them to finish and in a strange way reset beforehand. HotKeySet("{F2}", "Toggle")...
View ArticleControlClick problems
I am trying to write some automation tools for a $10K piece of engineering software, which unfortunately means most of you won't be able to test run anything to solve my problem (unless we arrange for...
View ArticleAdding a3x data to autoit stub
I was just wondering, before I go through the trouble of writing the code to transfer the data, if the autoit stub can interpret a3x encoded script data, if added to the end of the file? If anyone...
View Article_WinAPI_GetDC related
I'm not so sure about what exactly hdc is. My question and code example might help to ask my question. [ autoit ] popup#include <WinAPI.au3> $_GetPixel = _GetPixel(10, 10)...
View ArticleAutoItObject -- call methode with parameter ByRef?
Hi, i have a problem with AutoitObject UDF. I want to call a methode with one or more parameter as ByRef. Inside the methode it works properly, but the ByRef-variable itself will not change value. Any...
View ArticleHello every one, I need Help in SQLlite for searching a string in tha DB
hi, im very new here in the forum and i need help for my problem in SQLlite for searching a particular string in the database of SQLlite, then if the search is success i have to display it in my GUI. i...
View Articledetermine bios setting
hello. I am trying to determine the selected bios setting for SATA Emulation. The selected option is determined by a *. _arraysearch does not seem to support searching for that character. So I loop...
View ArticleProgress bar with text box and apps running
I am beginner in the autoit programming. Would be necessary to simplify my code. [ autoit ] expandcollapse popup#include <GUIConstantsEx.au3> #include <ProgressConstants.au3>...
View ArticleControlClick Help
Hello, I am a newbie to Autoit. As a QA Analyst I was attracted to Autoit to write some automation scrips for regression testing, but I am having some difficulty with the "ControlClick" command. I am...
View ArticleHow to check a file for values?
Hi thar, I have a file, to be more specific, a config file from Counter-Strike (any version), which I need to check for certain values. For example, I have this file: unbindall bind "0" "slot10" bind...
View ArticleCopy a folder from a cd to the desktop
How can I copy a folder from a cd to the desktop
View Articlescript to cut the internet conexion for a few seconds
hey everyone i need a autoit script to cut the internet conexion for 4 seconds..please can someone help me
View ArticleHow to compare 2 strings to get a similarity percent in result
Hello, How can I compare 2 strings to get a percent result about similarity ? Example : String 1 : "Hello Worlds !" String 2 : "Hello my World !!!" I need a % result, for example : 70 % similar......
View ArticleNeed to build an auto-replace text files
Hello everyone, I'm new in Autoit and I need to build an auto-replace text in files to replace a huge database test question from app to web and it looks like this: File.ptx (or .txt) Quote1. What is...
View ArticleExcel.au3 The requested action with this object has failed
I have an input file which gets stock symbol data from excel. For some reason in the script, The ExcelReadSheetTo Array function radomly throws the error below and terminates the script. If I rerun,...
View Articlehow to disable a built in windows button?
I want to disable the "include a folder" button. This button is a built in windows button so I'm guessing I need to have my script always run, and always be checking for the existence of this button....
View ArticlePassing values with spaces in msi type switches
Hello all. First time poster so please be kind if I have put this question in the wrong place or there is an answer already available. I have a problem with the following code: [ autoit ]...
View ArticleBuilding a bitmap from random color data?
Hello, I have been using autoit for a while now, and I have a code that generates some random hexadecimal data. I was wondering if it would be possible to build a bitmap of this? Like maybe make each...
View ArticleSciTE created tmp file when building
I used old version of Scite before, and no following problem occurs a few days ago I re install my OS(win7 32bit) and Install the latest verison of scite(Version 3.2.0 Jun 9 2012 00:35:28) and...
View Article