Controlling programs by automating Menu items with AutoHotkey

Controlling programs by automating Menu items with AutoHotkey

AUTOHOTKEY Gurus

5 лет назад

4,082 Просмотров

Easily automate Window menus with AutoHotkey! In this tutorial I reviewed using the WinMenuSelectItem command from AutoHotkey to Automate Windows programs with the "old school" menu items.

While I typically default to using COM for automation, this is a great approach when the program you're trying to automate has the old-style menu items. The fact that it does not interfere with the person using the computer is a HUGE advantage!

Check out more of my scripts at: https://the-automator.com Joe Glines
Like what I've done? Buy me my favorite beer for $7.89 https://www.paypal.me/JoeGlines

https://the-automator.com

Тэги:

#trigger_menu_items_ahk #automate_program_menus #Automate_program_menus_AutoHotkey #select_menu_items_AutoHotkey #easily_select_menu_items_AutoHotkey #WinMenuSelectItem #Robotic_Process_Automation #http://the-automator.com #RPA #AutoHotkey #easily_select_menu_items
Ссылки и html тэги не поддерживаются


Комментарии:

@ericsanchez2268
@ericsanchez2268 - 19.05.2020 12:14

Send asap

Ответить
@ericsanchez2268
@ericsanchez2268 - 19.05.2020 12:12

54j 45j j5410

Ответить
@TacticalTopher
@TacticalTopher - 30.01.2020 03:17

The scripts don't function in fullscreen mode. Any way around this?

Ответить
@codinginflow
@codinginflow - 10.12.2019 11:31

Very cool, thanks! I've just started learning AHK recently and I'm having a blast

Ответить
@Jose-wv7od
@Jose-wv7od - 15.05.2019 22:11

Im stuck again. :/ ... I have two GUI scripts that work great. The first has 1 Edit Box for User Input. (Does a calculation for me and gives me an answer).

The second GUI has 2 Edit Boxes. (Subtracts the First edit box from the second edit box)

I want both on a single GUI but I keep getting "The same Variable Can not be used for more than one Control"

All my Variables are named differently. So I am really lost :(

Ответить
@Plurmo
@Plurmo - 21.04.2019 17:04

Is there a way to autoselect items in a menu when right clicking on a program? Like pressing a hotkey to edit script instead of running script on an .ahk file

Ответить