Animate GUI

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 Webinar: 8/30/2016

AutoHotkey Webinar Videos and Links Download the video of the (AHK Studio and Screen Clipping tool) Download the video of the (mostly Chat and a little Q&A) AutoHotkey User Survey   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 LinkedIn YouTube videos Resources AHK …

AHK loop

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 …

Operators

AutoHotkey Scripting: Operators

Operators in programming are symbols that tells the compiler or interpreter to perform specific mathematical, relational or logical operations and produce final results.   This post will explain the concept of operators and I will take you tough the important arithmetic and relational operators available in AutoHotkey.   Arithmetic Operators   Computer programs are widely …

Reserved keywords AutoHotkey

AutoHotkey Scripting: Reserved keywords

Now it is time for Reserved keywords So far, we have covered an important concept called variables. We discussed how to use the operator := to specify values. We also looked at what to name the variables. Like True and False are the names of two built-in variables. There are many other keywords supported By AHK which are reserved and …

Autohotkey Internet explorer basic COM object

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 …

Outlook COM object Create and send an email, fill in all need info plus file attachments

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 …