1

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.

KellCOMnet
  • 1,859
  • 3
  • 16
  • 27

1 Answers1

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?

Community
  • 1
  • 1
Milney
  • 6,253
  • 2
  • 19
  • 33