Can I list menu items of other programs in Windows?

Can you list all the main menu items of other programs in Windows? How?

And how do I click any of those menu items after getting a list of menu items?

Many thanks!

+2


a source to share


1 answer


You can do anything with Win32 API functions:

FindWindow



SendMessage

MN_GETHMENU

+1


a source







All Articles