AutoHotkey Webinar: 17/01/2017: Troubleshooting and Debugging

AutoHotkey Webinar Videos and Links Here is a link to video of the First hour Video of Second hour where we chit-chat about troubleshooting and other items. Link to AutoHotkey Webinar resources: Jackie Sztuk: Admin@jszapp.com        jszapp.com                       Connect on LinkedIn      YouTube videos  Resources Joe Glines: Joe@the-Automator.com   the-Automator.com       Connect on …

AutoHotkey Webinar: 11/15/2016 Regular Expressions

This AHK Webinar focused on Regular Expressions. AutoHotkey Webinar Videos Video of Hour One Video of Hour two   Content from AutoHotkey Webinar What are Regular Expressions? “Symbols that describe a text pattern” Pattern matching- Chances are extremely high that you’re familiar with this. Using * or ? when looking for a file in Windows Explorer …

autohotkey scripts for novices

11 Very Basic AutoHotkey Scripts for Novices

Let’s begin this guide by defining the elephant in the room, ‘AutoHotkey’. AutoHotkey is a powerful and free automation tool that allows you to perform any task automatically on your windows machine. If your new to using AutoHotkey, downloading is required (you will need to visit the home page of AutoHotkey to download the AHK installer …

even wikipedia can't tell

17 Things Wikipedia Can’t Tell You about AutoHotkey

Wikipedia is regarded as one of the best encyclopedias available on the internet. Therefore, it provides information on almost anything and everything. But, when it comes to AutoHotkey, AHK for short, it really lacks to provide authentic and essential information. The information currently present on the AutoHotkey’s Wikipedia page is not very enticing for the …

how to simulate a GUI button

How to: Simulate a Graphical Button in a GUI

In this tutorial, I go over how to simulate a Graphical Button in a GUI, using methods first shown by SKAN, plus what he calls the Mobile Phone Power Switch (MPPS) technique. It is an advanced type of MPPS button that simulates a Mouse Hook. The code sample given herein below may not work on …

AutoHotkey Webinar: 9/20/2016

AutoHotkey Webinar Videos and Links Here you can download the video of the First hour: Video of Second hour: Link to AutoHotkey Webinar resources: Joe Glines: Joe@the-Automator.com the-Automator.com Connect on LinkedIn YouTube videos Resources Jackie Sztuk: Admin@jszapp.com Jszapp.com Connect on LinkedIn YouTube videos Resources Additional resources mentioned in AutoHotkey Webinar Using built-in Functions SubStr(String, StartingPos [, Length]) …

autohotkey facts to impress friends

19 Facts about AutoHotkey That Will Impress Your Friends

AutoHotkey, AHK for short, is an amazing scripting language that can be used to automate a number of mundane and tedious computer tasks. Used for Windows Operating Systems, AHK can provide you complete control over a variety of applications that you have installed on your computer. There are a number of shortcuts that one can …