AndrewBuchan Posted January 9, 2011 Posted January 9, 2011 Hello, I am a .NET Developer and I am keen to write AutoIt scripts to showcase features of the applications I write, For example (pseudocode and AutoIt syntax) Open program Run("program") Run this feature Send(...) Enter value Send(...) What I am trying to do with AutoI is click a ToolStripMenuItem in the application I write. I have looked at WinMenuSelectItem but this does not work as Windows uses non standard menu's. So is this possible? Thanks, Andrew
Varian Posted January 9, 2011 Posted January 9, 2011 Do the menu items have hotkeys? (Alt-f for File, Alt-V for View, etc). If so, you could controlsend() to the control for a more definite response.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now