Quantcast
Channel: AutoIt v3 - Developer Chat
Browsing all 750 articles
Browse latest View live

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 Article


Method 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 Article

Control 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 Article

how run binary data in c++?

how run binary data in c++ for prevent decompiling?

View Article


Au3Stripper 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 Article

Question 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 Article

Image may be NSFW.
Clik here to view.

Shell 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 Article


question 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 Article


Writing this AutoIt function in C++

Here is the function: AutoIt        expandcollapse  popupFunc IsProcessConnectedToPort($iProcessId, $iPort)     Local $avResult = DllCall("iphlpapi.dll", "DWORD", "GetExtendedTcpTable", _...

View Article

Android 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 Article

New 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 Article

Image may be NSFW.
Clik here to view.

Sending 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 Article


SciTE4AutoIt - 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 Article

Question 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 Article


MS SQL 2008 R2 Express Logs

How I can chceck last SQL query executed by any aplication.   Is it possible?

View Article

AutoIt 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 Article


Get 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 Article

Passing 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 Article

DirMove 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
Browsing all 750 articles
Browse latest View live


Latest Images