All of our courses are sold with a 30 day Double your money back guarantee!
If you are unhappy with the course for any reason within the first 30 days, you can get 2X what you paid, no questions asked!
Intermediate AutoHotkey / Getting past the basics
Here we take a deeper-dive into how to automate your Windows PC. With over 5+ hours of course time, you’re sure to level-up your automating with AutoHotkey v2! Among other things we take a deep-dive into using Controls, play with the Windows Registry, Tackle 5 types of loops and jump into using Maps and Arrays.
Here’s a high-level overview of what you’ll learn
- Various Types of Send
- Using a SetTimer
- Creating, reading, and writing initialization files (.ini files)
- Working with the Windows Registry
- Arrays
- Simple Arrays
- Maps
- Loops
- Basic Loops
- Looping until a condition is met
- Looping through files and folders
- Parsing Text
- The While Loop
- The For Loop
- Utilizing Controls to connect and automate programs
- Selecting menus in (older) windows programs
Intermediate AutoHotkey v2 Course
So above we’ve shown you
- There’s NO RISK due to the 30-day double your money back guarantee
- You will have a clear path for your next steps in AutoHotkey
- Others like you that are experienced AutoHotkey users have learned from the course
What is stopping you from taking the time to sharpen the saw? Make a pledge to work smarter not harder and plan for a better tomorrow!
Couse Length 5h+
Section 1 – Introduction
- 00-Course Outline
- 00.1-AutoHotkey Resources
- 00.2-Installing Autohotkey
- 00.3-Available IDEs
Section 2 – Simulating Keystrokes
- 01-Send
- 02-SendText
- 03-SendEvent
- 04-SendPlay
- 05-SendMode
- 06-Send keystrokes and RAW text
- 06.1-Section Summary 1
Section 3 – Simulating Multiple Threads
- 07-SetTimer
- 08-Controlling SetTimer Execution Times
Section 4 – Saving Data
- 09-Introduction to Saving Data
- 10-IniWrite
- 11-IniRead
- 12-IniDelete
- 13-Introduction to the Registry
- 14-RegRead
- 15-RegWrite
- 16-RegDelete
- 17-Setting the Registry View
- 17.1-Section Summary 2
Section 5 – Loops
- 18-Array Basics
- 19-Map Basics
- 20-Basic Loops
- 21-Loop Files
- 22-Loop Read
- 23-Loop Parse
- 24-While Loop
- 25-For Loop
- 26-Example – Creating Multiple Files
- 26.1-Section Summary 3
Section 6 – Interacting with Controls
- 27-Window Spy Tool
- 28-ControlClick
- 29-ControlSend
- 30-ControlFocus
- 31-ControlGetPos
- 32-ControlMove
- 33-ControlGetText
- 34-ControlSetText
- 35-ControlGetVisible
- 36-ControlGetChecked
- 37-ControlGetEnabled
- 38-ControlChoose
- 38.1-Section Summary 4
Section 7 – Getting information from Edit and ListViews
- 39-Edit Control Functions
- 40-ListViewGetContent
Section 8 – Bonus Functions
- 41-Additional Functions
- 42-Control Functions List
- 43-MenuSelect
Section 9 – Wrapping Up
- 44-Wrap Up