long time reader, first time poster here :)
I'm currently trying to learn how to use interops, and was wondering if i could somehow setup a program (program A) that adds an additional option to a popup-menu in another program (program B).
Edit: Program B is not my program I, so I don't have any direct control over it. Basicly program B is a shelfware program i want to add additional functionality to.
What I want to achieve is the following
- User starts program A
- User starts program B
- User right clicks an object that brings forth a popup-menu (in program B)
- User picks option id 6 (in program B)
- Program A notices this
- Program B brings up another popup menu (in program B)
- Program A adds another option to this menu inside program B
- Should the user pick this new option, it calls a function in Program A.
Is this even possible to achieve with InterOp?