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

Image may be NSFW.
Clik here to view.

TraySetToolTip override default

Well...with TraySetToolTip we have only two choice: 1) Use a custom text 2) Use the default autoit string   With internal autoit function there isn't a way to not set a tray tip when mouse hovering the...

View Article


Image may be NSFW.
Clik here to view.

Windows 10 now supporting older APIs

I used to use Visual Studio 6 (yeah, right, that pre-2000 one) as well as applications made using this. Now, applications using VS6 APIs, or really any older API such as DirectX (Direct3D &...

View Article


Analyzing COM objects

Just for the records:   MS provides an easy method to retrieve the methods, properties, events of COM objects by uing PowerShell. Open powershell. Create the object. The syntax is: $variable =...

View Article

global variable or function?

I'm redesigning one of my gui's , it has allot of buttons I took a hard look, and saw that I have duplicate code that sets fonts and what not   I'd like to create a global variable, or would it be a...

View Article

where are SciTE system-wide calltips and abbreviations?

i just recently learnt about the personalized calltips and abbreviations that i can set for SciTE, in files "au3.user.calltips.api" and "au3UserAbbrev.properties" (in the root of the Windows profile...

View Article


Alternative to AutoIt?

Hi, I am looking for a new programming language to learn, I found AutoIt the most suitable programming language for me (AutoIt FTW), any (very) similar languages to AutoIt?

View Article

OS Version

Now that the GetVersionEx was declared deprecated, it seems that the manifest mod <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">     <application>         <!--...

View Article

FileSelectFolder tip of the day

Recently, I’ve started using FileSelectFolder(...) in a script that I use daily. I was puzzled—then frustrated—by the fact that even with a defined “initial dir”, the select dialog always stated back...

View Article


On-Off Mouse-Keyboard By Microphone Sound Level

Hallo, I need to make in practice a application running in WIN7.     This application must read continuously the sound(noise) received from the microphone and, if the level of the sound(noise) is...

View Article


CharLowerBuff for StringLower

How about using MSDN CharLowerBuff function for AutoIt function StringLower (same for CharUpperBuff function and StringUpper)Before:StringLower ( "string" )After:StringLower ( "string", stringlen )...

View Article

Better way to handle many parameters for a function?

http://www.autoitscript.com/forum/topic/166955-inputimpose-udf-impose-valid-characters-in-an-input-control/ In the link above i made a function with 3 mandatory parameters, 5 optional, and maybe 2 more...

View Article

Windows 10 Universal Apps

I know this is probably wishful thinking... but I have to ask...   I love autoit... I consider myself pretty good at scripting in autoit... and I have been lazy and procrastinate too much to dive in...

View Article

One for the developers: variable name length

Is there a “runtime cost” associated with long variable names?   Other than for the size of the au3 file, does it take longer to execute statements that contain long names? If so, can the effect be...

View Article


What Kind Of AutoIt Binary?

Hi. I do a project running with AutoIt and PHP, so I need binary type of AutoIt. There is a function on AutoIt for converting string to binary. But there are many binary type on php.   Thank you in...

View Article

Wikipedia New Example Challenge

After looking at this article about AutoIt on wikipedia, I thought the second code example (find average) could be replaced with one more suitable for wider readership. I came up with this plan which I...

View Article


Image may be NSFW.
Clik here to view.

Beta _FileListToArrayRec - added functionalities

Hi,This recent thread brought up the subject of allowing user regexes within _FileListToArrayRec. guinness then suggested using a callback function so that users could do even more specific selection....

View Article

Question About Functions

Hallo,   I'm really new at program. I have a question about function   I have a my main where i call the function menu() the function menu calls function like Button1, Button2 and Button3. For example...

View Article


Old SciTE4AutoIt3 versions

I can't find older versions of SciTE4AutoIt3.   Does anyone still have a copy of SciTE4AutoIt3 with SciTE v3.3.7?  

View Article

WEnd array error

After a search, I keep seeing answers "Upgrade to newer version of AutoIt" however I believe the error is still present in 3.3.12.0.   I don't believe this belongs in GHAS forum, as there is obviously...

View Article

GUICtrlSetData - blocking function or not?

When used on a Progress control it seems not to be a blocking function, but rather get's blocked itself by the next blocking function.   I set the progress data, and start InetRead, the control does...

View Article
Browsing all 750 articles
Browse latest View live