I am attempting to write a SSMS add in (either 2008 R2 or 2012) in C#. The goal is to allow right clicking on a field in the results pane, and have the context menu provide pre-written queries based on the field selected.
I have successfully created a basic SSMS addin, but I need help through my code, gaining access to the results pane object, and more specifically, the field name and value of the cell the user right clicked on and then adding options to the context menu.
Thanks Rod