Forum search results issue
When I search something then the results are not up-to-date.E.g. if you search for "UEZ", sorted by Last Update Time, then the first result is from 23. Feb. 2015.Seems that the indexing or something...
View ArticleEnterprise Password Management
I have a customer that has been using Citrix's Single Sign-On for a number of years, and has resisted my efforts to upgrade them to another product, even after learning it was EOL. This past weekend...
View ArticleWorkbook vs Worksheet (Excel)
I've started to write a little class in C# for using Excel in a project. Looks simple enough, but I'm not sure about the difference between a workbook and worksheet. In _Excel_RangeRead if you do...
View ArticleSQL multiple columns from one
Hello! I tried to post my question to stackoverflow, but couldn't (unknown error massage) and w3school, but i still need to be validated there to ask. I'm trying to create a query (in SQL...
View ArticleFighting what seems a losing battle at the moment. Hacker vs me and I'm lost
39 I owned a internet service provider service for a number of years and in 1996 Some guys from Russia and China came calling with a brief appearance from a group in Sweden of all places. It was a 6...
View ArticleSite link in exe comments
Just wondering how long AutoIt has been adding a URL to this website in the developer metadata comments of compiled scripts, and how to remove it. Subsystem Version5.1 Comments...
View ArticleNew function for Autoit ?
Hi team, I'm back in the forum after all lost of years I started with Autoit at the beginning and i still use it almost every days i'm not sure i'm in the good place but i propose a new function for...
View Article[Solved] SQL/ite syntax error
Can anyone see what is wrong with this table creation string? SQL = CREATE TABLE DEFAULT (REF INT, TIME VARCHAR (8), Prok VARCHAR (40), DATE VARCHAR (30), Izzz INT, Core DOUBLE, Cold VARCHAR (24), Hot...
View ArticleUsing: Microsoft.XMLHTTP / MSXML2.XMLHTTP.3.0 / Winhttp.winhttprequest.5.1
Is there any difference in using one of the following objects: ; Global $g__sClassName = 'Winhttp.winhttprequest.5.1' ; Global $g__sClassName = 'MSXML2.XMLHTTP.3.0' Global $g__sClassName =...
View ArticleSQLdeveloper REGEX_LIKE
Hi! anyone with some oracle SQL experience? I want to join 2 tables, where the only possible join is by two different columns. Column A is a twelve character long number, while the other ( B ) is a...
View ArticleFor what purpose is _Crypto_DeriveKey?
I've recently started working with the encryption functions. I'm able to encrypt and decrypt files just fine. But I keep noticing references to _Crypto_DeriveKey. Yet I can't find any explanation of...
View ArticleTranslate C# to Autoit
Some time ago i had created a function in C# and i need it know for a project i am working on in Autoit. The code looks like this Plain Text expandcollapse popupstatic void _Stream(string sUrl,...
View Articlecount fast occurence of a char in a (very long) string
The little assembly code posted here by Tekk to count how many @LF there are in a string is very fast. It can be easly modified to count any other char instead of only a @LF in this way: AutoIt...
View ArticleOld Scite4Autoit Versions
Hello, is there an archive where I can download old Scite4Autoit versions? I need the version 3.4.0 (01/22/2014) or below. Thank you
View ArticleShortened S-Box
Hi there, i am currently using an encryption of AES or one of the examples and i was wondering is there a short handed version of the S-Box and the inverse S-Box? My S-Box and the Inverse S-Box are...
View Articlewinkill, send, winclose, controlclick etc. are not working
winkill, send, winclose, controlclick etc. are not working for my windows 7 system. I am making one old xp application (that is for checking the presence of some software in the machine) compatible...
View ArticleNeed insight on AutoIt's support for PNGs
I'd like to get some insight and guidance from someone versed in the mechanics AU3’s support for images in PNG format. I’ve used PNGs in various ways in AutoIt for years. But I happened upon a case...
View ArticleMSDN hates XP as much as I do
It appears that the MSDN site has given up totally on supporting XP or assisting those that are still on it. If you do a search for any control reference information on MSDN you'll see that almost all...
View ArticleDetails on how AutoIt handles fractional exponents.
I've implemented a certain algorithm which uses fractional exponents (PowF(float, float)) to calculate intermediate values. Now I'm trying to convert this calculation (from AutoIt) to simple ASM...
View ArticleLocation of language strings?
In looking into the way AutoIt3Wrapper inserts the language strings into the exe, I haven't been able to determine the source of the blocks of language strings ... IOW, the value of $InpResFile in the...
View ArticleCommunication with AutoIt and Java does not work
Hi, I am developing a test framework for automated tests. For this my Java Code generates AutoIt-scripts. Additionally there are some cases, where static scripts are needed, for example to execute...
View ArticleModularity: Local outside any function: modularity
As I understand it: there is no distinction, when a variable is declared outside any function, between declaring it Global and declaring it Local. This is unfortunate when: a project has several...
View ArticleNeeding some Java help
Hey Guys, So i've just implemented Jira at my work and was given the task of being system administrator and configuring everything which is good experience for me for coding somethign other than...
View ArticleCan't write DLL using __stdcall that works with AutoIt (__cdecl works)
Here's my situation: I've dinked around with trying to create a C++ object in AutoIt by matching the object declaration as a struct, and failed miserably. No doubt it's because while I understand in...
View ArticleWhat Language Was Autoit Coded With?
Anyone know what language Autoit V3 was coded in? Im very curious and can't find an answer.
View Article