In my previous blog (https://erichprogramming.code.blog/2020/02/23/learn-autohotkey-part-2/) I went through and introduced you to GUI or Graphical User Interface. In this blog I will teach you how to access SQLite with AutoHotKey created by Just Me which you can find here: https://github.com/AHK-just-me/Class_SQLiteDB. Table of Contents Prerequisites Install SQLite Resources Create a script Prerequisites SQL queries Flow controlContinue reading “Learn AutoHotKey Part 3”
Tag Archives: AutoHotKey
Learn AutoHotKey Part 2
In my previous blog I went through the introduction about AutoHotKey and in this blog I will introduce you to GUI or Graphical User Interface. Before I do start, I want mention that the final version can be found here: GitHub, created by Asger Juul Brunshøj, you can also use this to follow along toContinue reading “Learn AutoHotKey Part 2”
Learn AutoHotKey
My Goal In this blog I hope to teach you about AutoHotKey and how to create a script with AutoHotKey for those interested in learning this language themselves. Before going ahead, I do want to mention that AutoHotKey is created for Microsoft Windows and every example shown is created with Notepad++ for those interested, Notepad++Continue reading “Learn AutoHotKey”