Use this script to quickly test out your code in a small GUI, instead of creating a new test script.
The #If directives in AutoHotkey including #IfWinActive, #IfWinNotActive, #IfWinExist, #IfWinNotExist, and #If Expression
https://youtu.be/V2ePDPKMVdM
In this video, we will go through StringUpper, StringLower, Strlen and Trim.
This short AutoHotkey script allows you to use the arrow keys to move your active window up, down, left and right bit by bit.
In this video, we will be looking at the Parenthesis in RegEx patterns.
Window conditional commands and functions such as WinWait, WinWaitActive, WinWaitNotActive, WinWaitClose, WinExist() and WinActive()
In this video, we will go through HTMLfile ComObj used for parsing HTML data. We will also go through a simple example of webscraping/webcrawling.
This is a more advanced mouse click recorder with a saving feature and allows for sleep time after each click.
This script allows you to capture an area of screen or the entire screen simply using a button and saves the captured image in a folder. The script also has an auto-capture functionality whereby it saves down a screen capture every interval you specify within the interface.
Watch this video to learn how to schedule AutoHotkey script to execute in future the simplest way!