Introduction - If you have any usage issues, please Google them yourself
You will find the resource data for this menu structure in two separate places: the rc and rc2 files.
In the rc file associated with your project, you will find the definition of the menu that pops-up when you select a menu. It is, indeed, a popup menu. This code is created by the Visual Studio IDE when you edit the menu using the GUI. So if you add any extra menu items, this is where they will appear. You probably won’t have to edit this code manually, but here’s an example so you can see what it looks like。