AutoHotKey Toggle ODBC TraceSQLMode with an AutoHotKey Script Traditional methods of enabling and disabling ODBC TraceSQLMode are a pain in the neck. This AutoHotKey script makes it as easy as pushing a button.
twinBASIC twinBASIC Runtime Requirements The title's a little misleading. SPOILER ALERT! There are no runtime requirements for twinBASIC.
AutoHotKey Streamlining SaveAsText / LoadFromText SaveAsText and LoadFromText are indispensable for Access version control. They're also annoying to type repeatedly. Let's fix that.
AutoHotKey "Toggle" Hotkey for the Immediate Window Am I the only one who finds it annoying that [Ctl] + [G] doesn't *toggle* between the immediate window and the code window? Let's fix that.
Code Library Filling in the Blanks One of the keys to being a good developer is to make the *easy way* also be the *right way*. Exhibit A: the ControlIsBlank() function.
AutoHotKey Size Matters Testing your program for small screens? You could change your own monitor's resolution, but that gets annoying real fast. Here's a better way.
AutoHotKey Expand Your Access Palette Use AutoHotkey to bring consistency to your Access color schemes and save time when designing forms.
AutoHotKey A Mind-Reading Script What if you could highlight any text, press a hotkey, and have Windows do what you want almost every time? You'd have my top productivity hack.
AutoHotKey Debugging VBA with no Break Key Ever use a keyboard without a Pause/Break key? It's no big deal for most people, but if you develop in VBA it's a huge deal.