Obfuscator question
When you use obfuscator, it will by default warn if you have Call() function in your script. I believe that this is because string obfuscation would/could, cause you problems. Is this because string...
View ArticleUpper case to lower case and vice-versa in c#
Hello, I am new to this website and trying to learn c#. i want to know the mistake in my coding because when i run the program it doesnt show me anything as an answer, the example of how it should be...
View ArticleVS2010 question
I'm having a problem while I've been trying to set up my GUI windows when debugging a project. I'm moving one window to specific position, and VS2010 Window to another, so I can see both. The goal...
View ArticleSQLite and transactions
This is here because it's not explicitly an AutoIt question. In my loop some SQL statements are generated, there can be anything between 0 and 20. I make the SQLite query when broken out of loop....
View ArticleMustDeclareVars=1 as Default
Because i stumbled over scripts again and again, throwing "variable used without being declared" over and over, i suggest MustDeclareVars=1 as default value, to get newbies learning a clean...
View ArticleTidy Problem: Exit code: -1073741819
Hello, I'm using AutoIT 3.3.8.1 on Windows 7 (x64) The last days I get a strange tidy error. Using Tidy.exe I get a windows notification that the program doesn't work any more ("Tidy your Autoit3...
View ArticleSQL query question
I'm trying to use autoIT script to populate database but I bumped on one problem. What I need is query that would check if value in specific field exist (like serial name of product), if it exist...
View ArticlePortable-VirtualBox are in need for new developers
Hi guys, If someone want to give a hand for this open-source project ( at least for some code-cleaning for what i read ) you can find the source here: https://github.com/vboxme/Portable-VirtualBox...
View ArticleMiniscule Mistake in Arrays Wiki
Not a big deal but it does keep the code from running. In the 2nd example for Multi-Dimensional Arrays: Four-Dim Sample Local $arr[3][3][3][3] = [_ Local $arr[3][3][3][3] = [_ Local $arr[3][3][3][3]...
View ArticleHelp with ImageSearch.DLL and C#
So I'm trying to port this code from the ImageSearch.Dll into C# and I think I have some type of conversion errors but C# is not catching the unmanaged exception and instead just crashed the program....
View ArticleAutoIt v3.3.9.22 Beta
File Name: AutoIt v3.3.9.22 BetaFile Submitter: JonFile Submitted: 05 Nov 2013File Category: Beta3.3.9.22 (5th November, 2013) (Beta)AutoIt:- Added: @OSVersion WIN_2012R2 support.- Changed: upx.exe...
View ArticleSomeone has been naughty
This morning, I'm off searching far and wide for a specific application... And I'm starting to jump into sites with Chinese and Arabic fonts, and sites with .pl and .ru suffixes. I'm know I'm tempting...
View ArticleEtherNet/IP librarie
I'm looking for a librarie that is build for communication EtherNet/IP protocol. That's great if you can share with me your scripts or your DLL. Thanks.
View ArticleDllCall for C++
Hey! Currently i'am trying to programm a funktion like DllCall for C++. Do you got any tricks how to handle the specification of the variables as string? sample: DllCall("Dllname", "ReturnType",...
View ArticleLatest Autoit Source
Hey! I realy would like to have a look in this awasome software. I found a topic made by Jon ( http://www.autoitscript.com/forum/topic/8389-autoit-source-code/ ) but if you click on the link, there is...
View ArticleRun function not handling spaces when using 'Start'
Hi everyone, got a little project here. I intend of writting all the files to an array using '_FileListToArray' so i can filter just the files i want. Then ill open them one at a time using 'run'...
View ArticleInconsistent behavior with @scriptdir
While working on a script I noticed that @scriptdir does not have a tailing \ when used normally, but does when placed in the root of a drive. A simple script to demonstrate this problem...
View ArticleSource Code of AutoIt
These are more of informational questions... In which programming language is AutoIt mostly written? also AutoIt used to be open source for a while which is not the case nowadays, why is that?
View ArticleNew SciTE4AutoIt3 available with SciTE v3.3.6
11/14/2013: Uploaded a new SciTE4AutoIt3.exe installer with the new SciTE v3.3.6 release. There are a couple of major changes: - Updated our version of SciTE from 3.2.0 to 3.3.6 - Added support for the...
View ArticleIssues running a DOS copy command
I am having problems running the DOS copy command from within a script. Ultimately, I want to combine the cotents of files A and B into file C. This snippet only shows one file being copied which...
View Article