Hi,
How can I remove "Add New Item..." from the context-menu but not from the Project top-level menu?
Inside QueryStatus, is it possible to know that we have been called for the context-menu?
In the VC++ project, if you open the context-menu on a C++ file item, the "Add New Item..." is not shown. However, if you go to Project, you will see that "Add New Item..." is visible.
How can I replicate this functionality?
Thanks in advance,
-Martin