+1 vote
in Other by
I want to change context menus in my Visual Studi 2010. I know how to do that (for example from this post Customize project context menu of visual studio), but I don't know how to identify name of context menu to change. There are hundreds context menus and I need to find what context menu opens when I click RMB on particualar editor. Is there any method to find that?

JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
May be the explanation provided in the following link can help you to identify the GUID and ID for the controls, menu items you need. It works for me on VS 2010. If the registry key does not exist, create a new Dword.

http://blogs.msdn.com/b/dr._ex/archive/2007/04/17/using-enablevsiplogging-to-identify-menus-and-commands-with-vs-2005-sp1.aspx

Cheers, Nanda

Related questions

+1 vote
asked Jan 30, 2022 in Other by DavidAnderson
0 votes
asked Mar 11, 2021 in Other by rajeshsharma
...