Search the Community
Showing results for tags 'winmenuselectitem'.
-
I'm using WinMenuSelectItem() successfully in the application I'm automating but i'm looking for another feature. I use WinMenuSelectItem to Process a record. I then need to use WinMenuSelectItem to Save the record, but I shouldn't save before the Process step above finishes (Save option i...
-
Hi UPDATED Notes: =============================================================================== UPDATED: My main and second questions answered. Here the answers: To add/access WinMenuSelectItem you need to [Thanks to Fernando_Marinho]: Add AutoItX.Dotnet in Manage NuGet...
- 14 replies
-
- winmenuselectitem
- c#
-
(and 1 more)
Tagged with:
-
I need to select a menu item using WinMenuSelectItem, but the menu item name changes depending on the name of the file open. However it always has the word "Movie" near the beginning. I tried to set WinTitleMatchMode =2, but as far as I can tell that only works on the Window Title, not menu items. T...