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 …
How To
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 …
How to: Animate a GUI window
In this tutorial, we will learn about a process you can use to animate a GUI Window, using the AnimateWindow function, wrapped in an AutoHotkey function of the same name in this guide. This function was introduced in Win98, and is very easy to use. By using this function, you can easily animate a GUI window as you …
AutoHotkey Scripting – Loops
Let’s discuss the loop and how to use it in AHK In this post I try to present looping, one of AutoHotkey’s basic concepts in a non-programmers way So I’ll discuss two of the loops available in AutoHotkey. Once you are clear about these two loop commands, you can find more in the AutoHotkey documentation /other resources So remember …
AutoHotkey Scripting: Variables
When you create variables, you’re telling the computer to find a place in memory and store a value there. Later, when you update / retrieve from the variable, the computer knows to look at that place in memory. Let me provide an example, assume you want to store two values (20 and 10) in your script and, at …
Autohotkey COM Video Reference: Internet Explorer Basics
Discover how Easily you can Automate IE Using Autohotkey’s build in COM object support Ever since I learned how to use scripts to automate my work I have been using COM to automate MS office programs Like IE, In this Video tutorial I will show you step by step how you can easily use AutoHotkey to: Perform calculations, analyse information …
AutoHotkey COM Video Reference: Outlook basics
I’ll help you discover how Easily you can Automate Outlook Using Autohotkey’s build in COM object support Ever since I Started using scripts to automate my work I have been using COM to automate MS office programs Like Outlook, In this Video tutorial I will show you step by step how you can easily use AutoHotkey to: Create and …
AutoHotkey COM Video Reference: Word basics
Discover how Easily you can Automate Word Using Autohotkey’s build in COM object support Ever since I Started using scripts to automate my work I have been using COM to automate MS office programs Like Word, In this Video tutorial I will show you step by step how you can easily use AutoHotkey to: Create new documents, edit various …
AutoHotkey COM Video Reference: Excel basics
Discover how Easily you can Automate Excel Using Autohotkey’s build in COM object support Ever since I Started using scripts to automate my work I have been using COM to automate MS office programs Like Excel, In this Video tutorial I will show you step by step how you can easily use AutoHotkey to: Perform calculations, analyse information and …
Easily Activate Outlook Rule with Your Keyboard
If unread emails are a pain for you, then this tutorial will help. I love getting emails! I see it as a great opportunity for me to help a reader And maybe even earn more trust from you my audience And it seems to work: IN THIS TUTORIAL YOU’LL LEARN ABOUT: How my own daily habits were keeping …