I have been trying to find out how to setup a popup menu in Visual Studio Community 2015. I want the popup menu to work/appear when I right click on a datagrid in a database application that I'm writing.
I've searched online and so far I've only found an MSDN page that seems to cover how this is done:
https://msdn.microsoft.com/en-us/library/k5az22fk.aspx
However, the instructions on that page tell me to create a standard menu, without a 'caption' in the header for the menu. Also the actual instructions for actually creating a menu tell me to do the following:
From the View menu, click on Resource View and then right-click on the Menu heading and choose Add Resource. Choose Menu.
Those instructions can be found on the following page:
https://msdn.microsoft.com/en-us/library/4b6tafew.aspx
The problem I have is that the instructions (as given above) tell me to click on the 'view' menu and then click on 'Resource View', etc. This is when there is no 'Resource View' in the 'View' menu in Visual Studio Community 2015.
Therefore, is this something that I simply can't do in Visual Studio Community 2015, or is there an alternative way of setting up the popup menu in that version of the tool.