Try to use Winspector to catch WM_COMMAND sent by your desired menu item when you invoke it. Then in Autoit send this WM_COMMAND to your application by _SendMessage() Search this forum for Winspector to get more information ... EDIT: for example here: