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 …
Tutorial
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: 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: 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 …
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 …
Make a beautiful graphical user interface in 15 lines or less
I hope you can agree with me when I say: A beautiful graphical user interface (GUI) Can be hard to make: Getting it to look really look beautiful is even HARDER. Or is it? Well, it turns out. You can dramatically increase the look of your GUI’s by using one simple method… …a method that has helped …
How-to: Create a shortcut that automatically logs in to any website
Would you like to discover how you can make desktop shortcuts That will automatically open and Fill in your username and password Then log you into any website fully automated? Ever since I learned how to use a script to automate a browser I have been using scripts to automate and log in to websites. If you also see the …