This script opens FileSelectFolder window in modern interface instead of the old default one.
AHK window action commands such as WinActivate, WinActivateBottom, WinMaximize, WinMinimize, WinRestore, WinMinimizeAll, WinMinimizeAllUndo, WinClose, WinKill, WinSetTitle, and WinMenuSelectItem.
This is how a Grand Child Menu for the Menu command can be created in AutoHotkey.
This is the second part of AutoHotkey file manipulation series and we'll be looking into get attributes and set attributes of a file or a folder, as well as FileExist function to check whether a file exists.
In this video, I will be demonstrating five different scripts that use UWP API (Universal Windows Platform API) to perform Optical Character Recognition (OCR).
In this video, we will be looking some potential real life RegEx use cases. This is part 1 of 2 videos.
If you need user input while your AutoHotkey script is running, then use the inputbox command as shown in this video.
This is part 2 of AutoHotkey Text/String Manipulation series, and in this video we will go through StrReplace, StringCaseSense, InStr and SubStr.
Using this script, you can create and display subtitles on your screen!
This script creates a ripple effect around your mouse cursor upon performing mouse clicks so that your audience would recognise that the click have been performed.
This is part 4 of AutoHotkey Text/String Manipulation series. In this video, we will go through Loop Parse and StrSplit.