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 Articlemeasure 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 ArticleBug-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 ArticleSite 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 ArticleC++ 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 ArticleDownloading 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 ArticleAnnouncement
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 ArticleI'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 ArticleNew 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 ArticleTypeScript
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 ArticleAutoIt 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 ArticleC++ 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 ArticleCross 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 ArticleObject 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 ArticleHungarian 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 Articlehow 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 ArticleBug 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