Jump to content

Check/Uncheck Menu Item in Existing Program


Recommended Posts

I know there are other posts that address this for those that are programming their own menu's, but I'm simply using AutoIT to manipulate existing programs. I have a program (Finale for Windows) that has a submenu item, under the Edit menu, that is a toggle; checked or unchecked. I'm trying to figure out how to check or uncheck that menu item from AutoIT. I'm successfully manipulating the program in various other ways but I just can't seem to get this one. Any ideas? I've tried the following using _GUICtrlMenu_CheckMenuItem in various ways but to no avail. Any help would be greatly appreciated.

#include <GuiMenu.au3>
run("FinaleActive.exe")

Local $hwd = WinWait("[CLASS:Finale]", "", 1)

_GUICtrlMenu_CheckMenuItem("&Edit","U&se Filter", 0)

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...