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

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


measure time between keystrokes

Is there a way to measure the time between keystrokes without building a keylogger?   Basically I want to allow very short passwords, like 3 characters.  additional padding will be determined based off...

View Article


[AutoIt] ¡Another way to do it!

¡Hi guys! Well, simply curiosity, how would you do this code "more beautiful". I mean, I don't think this code is superficially ugly, but I know there are other ways to do it, and maybe with less...

View Article

Bug-Report for AutoIt3 Syntax Checker v3.3.10.2

Hello,   When you check this code: Vars() If $var Then MsgBox(0,"",$var) Func Vars()     Global $var EndFunc with AutoIt3 Syntax Checker v3.3.10.2 then you will get this result:     AutoIt3 Syntax...

View Article

Site for Learning Regular Expressions

Hello All,   I found regular expressions rather cryptic and this site helped me understand them better than any other: http://regexone.com/   It is interactive, progresses from basic to complicated...

View Article


C++ static library

VS 2010    I made a static library, compiled it in release mode, added it to the folder of a project I want to use it in along with the header file.   It all works well in project release mode, but...

View Article

Downloading udf s

Can anyone help me Please Every time I download a udf it says the zip file is invalid. I have tried this on different pcs, at work at home and always get that message   Any help is appreciated   Thanks

View Article

Announcement

I've just received confirmation mail from the site owner about a proposal I made to him few weeks ago. I'll be very short now because I have plenty of work to do to put things in place. So, the short...

View Article


I've Encountered a Minor, Annoying Javascript Issue

I'm teaching myself javascript along with general webdev.  So, I had the idea to make a webpage where I can input my schedule for the week.  This way no one has to ask my schedule they can just...

View Article


[Idea] Regional programming

Ok, hi guys. First, let me say that this is just a concept, an idea, I don't know enough programming to do that but I had this weird idea for a programming language. I don't know if this also exists....

View Article

.NET Native

Thought this was an interesting article. Supposed to take C# down to machine code that performs the same as C++, with quite a large performance boost....

View Article

New SciTE4AutoIt3 available with SciTE v3.4.1

4/05/2014: Uploaded a new SciTE4AutoIt3.exe installer with the new SciTE v3.4.1 release. These are the major changes: - Ended all support for Obfuscator and removed from the installation! - Added...

View Article

TypeScript

TypeScript is a free and open source programming language developed by Microsoft. It is a strict superset of JavaScript, and adds optional static typing and class-based object-oriented programming to...

View Article


AutoIt v3.3.11.4 Beta

File Name: AutoIt v3.3.11.4 BetaFile Submitter: JonFile Submitted: 07 Apr 2014File Category: Beta3.3.11.4 (7th April, 2014) (Beta)AutoIt:- Fixed #2677: AutoIt.chm Installdir.htm reference.- Fixed...

View Article

Image may be NSFW.
Clik here to view.

C++ equal of InetRead()

I'm working on a DLL which should read a really simple string from a website.   The link looks like this: http://genericwebsite.cu.cc/script.php?license=123 The text it prints out is a simple true or...

View Article


Cross platform C++ GUIs ...

I'm looking to create cross platform guis in c++.  Does any one here have experience in these matters?  Should I go with qt or wxWidgets or ... ?  Should I use a form builder or code by hand?  Any...

View Article

Object Oriented PHP - need some 'translation' help...

I'm working on a program for a client and am (reluctantly) working with an object-oriented program.   Things are going 'well', though I just got a response that I am not even close to understanding and...

View Article


Hungarian Notation

¡Hi! Well, this is just a little question. ¿Do you think Hungarian Notation is a good idea? I mean, I'm a really indecisive programmer, and sometimes this makes me hard to choose stuff like a name for...

View Article

Image may be NSFW.
Clik here to view.

how to convert jump "address" (assembly) to bytes

I know this is AutoIT Forum, not assambly, and I also do alot of search in/out forum with google but still cant find the answer, if you know the answer or know where I can study it, pls share   This is...

View Article

Bug in 'Static' (Not!)

AutoIt        expandcollapse  popup#include <GUIConstantsEx.au3> Global $hGui = GUICreate("Test Bug 'Static'", 200, 60) _Update() _Update() AdlibRegister("_Update", 1000) GUISetState() Do Until...

View Article
Browsing all 750 articles
Browse latest View live


Latest Images