Jump to content

Recommended Posts

Posted

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

Posted

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.

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
×
×
  • Create New...