I'm developing a Win32 application and now want to add UI Automation for menu items but my application does not raise any Invoke_Invoked event (using AccEvent) when a menu item is selected.
I've checked it works fine for Visual Studio, but not for Notepad.
Is there a way to modify my Win32 application to raise such events for menu items ?