C# - Rot13
Maybe other ideas will follow.AutoIt expandcollapse popupusing System; using System.Collections.Generic; namespace Rot13 { internal class Program { public static void Main()...
View ArticleMethod of RNG in AutoIt?
I was wondering the method AutoIt used for creating a random number. I've been trying to make one using assembly, and C but...with C, All the different functions I use out there return the same values,...
View Article[Hide Process [x32, x64] Help]
Hello everybody I have read the rules i understand that there is no help for game automation
View ArticleControl Click & Windows Updates
I would like to automate the process of checking for Windows updates after a routine that I am running. I am able to extract the following information from the Windows Updates screen using AutoIT...
View ArticleAu3Stripper does not strip
Hey, I realy like the new au3stripper i allwas used the obfuscator just for stripping (for debugging purposes). It works quite well with most of my scripts, but with a very large script it does not....
View ArticleQuestion about simple script?
Hello, I would like to write a small program/script and am looking for advice on how to do so. I do not have a preference about which method or language to use, hopefully looking for the simplest way...
View ArticleShell icons...
Hi all ! I'm looking for arrow icons in the Windows Explorer : (The 2 similar ones in this pic) I think they're in a system DLL... but which one ? (Not in shell32, nor in user32) Any help appreciated !
View Articlequestion about a C program to capture animated screen areas to animated GIFs
Hihere there is a nice and simple software to catch a (moving) screen area and save it to an animated GIF. Also the C source is provided and available. In my opinion, a little flaw is that when you...
View ArticleWriting this AutoIt function in C++
Here is the function: AutoIt expandcollapse popupFunc IsProcessConnectedToPort($iProcessId, $iPort) Local $avResult = DllCall("iphlpapi.dll", "DWORD", "GetExtendedTcpTable", _...
View ArticleAndroid development
Been thinking about having a pop at android applications and wondering what is the best IDE and what not. Most results I get from web search is Eclipse, but also seen Android studio. Any android devs...
View ArticleNew Java Binding of AutoIt
Jau (http://fivedots.coe.psu.ac.th/~ad/jau/index.html) is a new Java binding of AutoIt. It adds extra functionality by using JNA to interface to the Windows API, and simplifies the AutoIt interface by...
View ArticleSending input texts to textfield of other program or webchat box
Hi, Just lke to find out if this is possible with Autoit. 1. Create a simple interface with textbox whereby i could key in string of texts. 2. Press "ok" and the string of texts is sent to...
View ArticleSciTE4AutoIt - abbreviations - for UDF makers
I compare setupudf abbreviation with http://www.autoitscript.com/wiki/UDF-spec and I wondered why these two definitions are different. So I make my self some abbreviations ( udfset udffun...
View ArticleQuestion about @OSVERSION-Output
Hi there, a question about the output of @OSVERSION: I'm running versions 3.3.10.2 prod and 3.3.11.4 beta in a Win7 X64-Environment. Some test-output from @OSVERSION in the output window of scite...
View ArticleMS SQL 2008 R2 Express Logs
How I can chceck last SQL query executed by any aplication. Is it possible?
View ArticleAutoIt v3.3.11.5 Beta
File Name: AutoIt v3.3.11.5 BetaFile Submitter: JonFile Submitted: 01 May 2014File Category: BetaAutoIt:- Fixed #2648: FileSaveDialog() not adding extension when user types manually.UDFs:- Changed:...
View ArticleGet CLSID from IID
Hi mate. I've been playing with ObjCreateInterface. And I can get some CLSID from IID. (I don't understand how to get it) I look into msdn and find nothing. for example I see this interface...
View ArticlePassing Array to Inet.au3 for Email Log
I have a seemingly simple question that I cannot figure out the answer to. I am using <Inet.au3> to create and send an email log to myself. Everything works dandy but I want to parse an array...
View ArticleDirMove flag=1 recoursing if dst. already exists - why?
from the DirMove help file: If the destination already exists and the overwrite flag is specified then the source directory will be moved inside the destination in what scenario would anyone...
View Article