Showing 35 Result(s)
Autohotkey Word basic COM object

AutoHotkey COM Video Reference: Word basics

Discover how Easily you can Automate Word 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 Word, In this Video tutorial I will show you step by step how you can easily use AutoHotkey to: Create new documents, edit various …

Autohotkey COM Video Excel Basic Play

AutoHotkey COM Video Reference: Excel basics

Discover how Easily you can Automate Excel 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 Excel, In this Video tutorial I will show you step by step how you can easily use AutoHotkey to: Perform calculations, analyse information and …

Autohotkey Best Practices

AutoHotkey Scripting Thoughts: Best Practices

As you begin to expand your use of AutoHotkey Like philip did from last week’s post It’s common that a need or desire to write code That performs complex operations arise Or the wish to use more Advanced functionality of AutoHotkey comes up Simply writing line after line Will not always give you the best Ahk …

Autohotkey Scripting

AutoHotkey Scripting Thoughts: A Script Is…

Late evening, it’s raining, I think a thunderstorm is coming because I’ve just seen the flashes of lightning. There is always a good chance for rain here in Denmark. We also have a saying: “There is no bad weather, only bad attire” — but tonight I’m still happy to be making  my script indoors. Anyway, listening to Distant Thunder from mynoise.net and waiting …

thumbnail

Why you ought to post the imagesearch code you have tried

You may already know how Autohotkeys Imagesearch works or you may still be learning. Whether your new or not, sometimes you still need to ask questions. One of the best places to do that is the Autohotkey forums. Most of the time I’d say just ask, but when asking about complex commands like Imagesearch the possible things …

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 …