RequireAdmin difference 3.3.8.1>3.3.12.0
A specific executable compiled with Aut2Exe 3.3.8.1 running under Windows 7.1/64 requests UAC/UAE elevation if it is compiled with the RequireAdmin option. Which is the expected behaviour. However,...
View ArticleQuestion about _EventLog__Read() function
Hello, Does this function retun the data only in english? I guess not .. if not then I need that the function will return the data in english even if in the user machine the language of the even log...
View Article_MathCheckDiv
Is this a bug? #include <Math.au3> Local $a_i_Array[6] = [11111111111111111111, 1111111111111111111, 111111111111111111, 1111111111111111, 1111111111111111, 111111111111111] For $i = 0 To...
View ArticleDebugging a script - stepping through - seeing variables?
How's that for a vague topic? Is there an include, or wrapper script that will let me see variables within my script as it runs. If I could see that and have a function that lets me step through it...
View ArticleNeed ideas on missing GUI in animation
I’ve made (attempted to make) an animated GIF by capturing a few seconds of screen motion of one of my GUIs in action. The problem is, my GUI is invisible. (Below is an example where I drag my GUI...
View ArticleApple's new Swift programming language
I thought those of you who know some other modern programming languages (Java, C#, Python, Ruby, etc.) might be interested in Apple's new Swift programming language, and this article about it: Apple's...
View ArticleAutoIt on Raspberry Pi 2 ?
So, The raspberry pi 2 is more or less available now and Microsoft has announced Windows 10 for the RasPi 2 (see here). So, is there a possibility that AutoIt may be available for the Raspberry Pi 2?...
View ArticleAutoItX3.dll and Zbrush
Hi! Hope there is someone who can help. ZBrush - 3D Sculpting program have it's own script language(ZScript) that is quite limited. But it have ability to extend his language by executing routines from...
View ArticleAutoIt Licence?
Good morning world, Long time listener...etc Having used Autoit for many projects over the years I have now been stumped with a request from upon high, to confirm that any scripts/programs I write...
View Articlerequest to support PCRE case changing
AHK supports this and it sure would make case changes easier... \l lowercase next char (think vi) \u uppercase next char (think vi) \L lowercase until \E (think vi) \U uppercase until \E (think vi)...
View ArticleIssue with ArrayDelete
Im working on something with services and it fails on win XP- 7 and only seems to work with Win8 Code here which is based on some code by gil900 AutoIt expandcollapse popup#Region ;****...
View ArticleWiki Challenge Part 2
Now we've seen what the community can do, it's time for us MVPs to be judged by the community. What has been suggested is that a second example ought to be written to demonstrate a simple automation...
View Articleneed help with auto registration
AutoIt expandcollapse popup#include <IE.au3> Call ("Submit") Func Submit() Global $oIE = _IECreate ("https://www.planetside2.com/ps2onps4") Local $email = _IEFormElementGetObjByName...
View Article@OSVersion and Win 10
Just a question any idea when this will be added to AutoIt? Will we have 2? Win10DP (developers preview) and Win10? or will there be no need for the preview when it goes full release. With these 10...
View ArticleAnyone know of a C# macro/automation framework?
Hi folks, does anyone know of a C# framework or library for Macro/Automation like AutoIT? I'm aware of this: http://www.autoitscript.com/forum/topic/128627-access-autoit/ But that is using AutoIt...
View ArticleWordpress help
I just installed wordpress on a site. When I navigate to the dashboard (http://address.com/wp-admin/) The browser is served up with a php code page like so... Plain Text expandcollapse...
View ArticleMismatched Software Versions - Error in OTM
Hi, I tried below steps and seeing an error: 1. Developed script using 12.3 version of Open Script 2. Triggered the script from 12.4 version of OTM server to run on a machine that has 12.3...
View ArticleCode Usage Etiquette?
I am making a program for non-profit use for a gaming community. The program takes some inputs and calculates some things that are otherwise hard to calculate due to the complexity of the game. I...
View ArticleVBS : rstSchema!TABLE_NAME
From Here: https://msdn.microsoft.com/en-us/library/windows/desktop/ms675853(v=vs.85).aspx I have this script Visual Basic expandcollapse popup'BeginOpenSchemaVB 'To integrate this code...
View ArticleAutoIt3.exe ended.rc:255
Just get this msg, and did not like the look of it, a search brought up nothing. Any idea what causes this?
View Article