I can't find the Id of a ContextMenuItem

64 Views Asked by At

I have an emulator that has ContextMenu and MenuStrip elements that I want to access to automate actions, but analyzing it with Spy++ (32bit) it is impossible for me to find their id to be able to call them with SendMessage().

I tried filtering the WM_COMMAND messages, but I get nothing that I understand, and that is why I need help to solve this problem.

image

Here is a link to the emulator with which I am working:

https://mega.nz/file/tYoFiahB#SG9q6r88v-VfHVZuN_15LpVX06bh7SUYQZFWLPnC8O0

0

There are 0 best solutions below