Is is possible in .net to inject a custom menu option into an external applications context menu. Both applications are .net and it is a standard context menu on a gridview.
Asked
Active
Viewed 333 times
1 Answers
1
This is possible but not so simple, unless you just want to add one item to the end of the menu...
Have a look at this set of answers, which cover the scenario in detail: How can I customize the system menu of a Windows Form?