Is it possible to enumerate menu items of other programs on Windows?
Is it possible to enumerate all main menu items of other programs on Windows? How?
And how t开发者_运维技巧o click any of those menu items after getting the menu item list?
Thank you very much!
You can do just about anything with the Win32 API functions:
FindWindow
SendMessage
MN_GETHMENU
精彩评论