No announcements
Found 2484823 threads
-
1 Votes
Custom Project System adding context menu item to solution explorer
Normally, I'd recommend adding your menu handlers there anyway, as this appears to be a command specific to your project type.Answered | 3 Replies | 2101 Views | Created by hakdag - Thursday, June 18, 2015 7:29 AM | Last reply by Ed Dore - Monday, June 29, 2015 9:38 PM -
0 Votes
custom context menu in solution explorer
There is some discussion of this here, also doing a web search for something like "DTE + solution explorer context menu" yields a number of ...Answered | 4 Replies | 4227 Views | Created by Rodion Pronin - Thursday, August 25, 2011 5:32 PM | Last reply by Ed Dore - Saturday, August 27, 2011 5:47 AM -
3 Votes
Context menu of the solution explorer
INodeExtender is an interface you can export to either provide child nodes or context menu functionality of some node in the Solution Explorer - ...Answered | 9 Replies | 1632 Views | Created by David Roller - Friday, April 27, 2018 2:19 PM | Last reply by Steven Vukelich - Friday, May 25, 2018 4:06 AM -
0 Votes
Adding an item to an existing group in the Solution Explorer Context Menu
_ex/archive/2007/04/17/using-enablevsiplogging-to-identify-menus-and-commands-with-vs-2005-sp1.aspx or alternatively, you can open up the two *.h files specified at the ...Answered | 1 Replies | 3647 Views | Created by Nimble - Wednesday, June 25, 2008 8:59 PM | Last reply by nTony Ho - Thursday, June 26, 2008 5:10 AM -
0 Votes
VS2012, Add-In: How to add a Solution Explorer context menu-item?
For each EnvDTE.SelectedItem, the Project and ProjectItem properties give you if the item is a file, a project or something else (the solution node).Answered | 4 Replies | 8468 Views | Created by Werner Clausen - Monday, February 18, 2013 9:44 AM | Last reply by Carlos J. Quintero - Tuesday, February 19, 2013 1:20 PM -
0 Votes
Adding hierarchical menus to the Solution Explorer context menu
a few menus to the context menu of either the project node or the solution nodeAnswered | 2 Replies | 3794 Views | Created by Nimble - Thursday, June 12, 2008 2:23 AM | Last reply by nTony Ho - Thursday, June 12, 2008 6:58 AM -
0 Votes
Showing the correct context menu for a project item
There are many different commands on the project context menu, and the project system is primarily responsible for ...Answered | 3 Replies | 2992 Views | Created by msoliver - Friday, March 6, 2009 4:58 AM | Last reply by Ed Dore - Saturday, March 7, 2009 4:34 AM -
2 Votes
Adding context menu to the solution explorer node via VS package
:) There is no 'solution explorer context menu', the exact menu shown is a rather complex determination based on what is selected ...Answered | 4 Replies | 11087 Views | Created by Pranay_airan - Sunday, October 3, 2010 1:33 PM | Last reply by sumitkm - Saturday, September 29, 2012 11:25 PM -
0 Votes
Extending Solution, Project, and Code File Solution Explorer Drop Down (Context?)
Your idea of using some kind of item selected event to drive knowledge of what item is the item the menu was opened over isn't necessarily ...Answered | 5 Replies | 4332 Views | Created by ProgramAlchemistX - Wednesday, February 16, 2011 11:35 PM | Last reply by Ryan Molden - Thursday, February 17, 2011 7:57 PM -
2 Votes
Customize the context menu items
In SharePoint 2013, the demos below would be helpful: Adding a custom action to a callout in SharePoint 2013 Then in ...Answered | 4 Replies | 971 Views | Created by Aloysius Mahesh - Thursday, October 1, 2015 6:29 AM | Last reply by Jerry Zy - Tuesday, October 27, 2015 3:05 PM -
0 Votes
Is it possible to add the shell context menu to Visual Studio 2008 Solution Explorer?
The context Windows Explorer/Shell context menu can't be leveraged from another process (like DevEnv.exe).Answered | 3 Replies | 3105 Views | Created by ChadN - Thursday, January 15, 2009 3:46 PM | Last reply by Ed Dore - Friday, January 16, 2009 6:51 PM -
1 Votes
Adding new Item to solution Explorer
Options -> Projects and Solutions -> General and uncheck "Always show solution":Answered | 2 Replies | 4476 Views | Created by Leodi - Friday, November 19, 2010 4:20 PM | Last reply by SKIRANK - Sunday, June 8, 2014 3:53 PM -
0 Votes
Adding a command to a context menu?
I already tried what the sample program provided in the article ...Answered | 3 Replies | 10038 Views | Created by Feroc - Monday, October 4, 2010 10:16 AM | Last reply by Jess Banaga - Wednesday, July 11, 2012 7:42 AM -
0 Votes
Adding an add-in control to the 'Project' right click context menu
Hello, FWIW, there are different commandbar names for projects context menus depending on the project type, multiple selection, etc. such as ...Answered | 2 Replies | 4429 Views | Created by sharepointalex - Friday, March 5, 2010 11:09 AM | Last reply by Carlos J. Quintero - Monday, March 8, 2010 9:21 AM -
0 Votes
Creating an add-in for Visual Studio 2008, and Solution Context menu item
Hello Steve, That's not exact how-to solution for your question, but I would suggest to have a look at these excellent articles about creating menus and commands.Answered | 3 Replies | 4339 Views | Created by SonicDeathMonkey - Friday, July 4, 2008 8:30 AM | Last reply by Dmitry Pavlov - Sunday, July 6, 2008 12:09 PM -
0 Votes
Add-in: How to add dynamic context menu item to Server Explorer
i able to add menu but no idea about how to add context to server explorer context. thank you.Answered | 6 Replies | 5488 Views | Created by ErikEJ - Tuesday, March 2, 2010 2:00 PM | Last reply by Nilesh Makavana - Friday, November 9, 2012 5:55 AM -
0 Votes
Adding customized context menu to window.
Hello, This forum is for discussions and questions regarding profiles and Microsoft's recognition system on the MSDN and TechNet sites.Answered | 2 Replies | 1083 Views | Created by sanket.shirgaonkar - Friday, July 24, 2015 7:41 AM | Last reply by Just Karl - Friday, July 24, 2015 2:53 PM -
1 Votes
Custom context menu button and custom button on Outlook explorer
show us your whole ribbon xml for explorer with that non-working context menu items.Answered | 7 Replies | 3974 Views | Created by crz_ - Monday, November 26, 2012 4:19 PM | Last reply by Ken Slovak MVP - Tuesday, November 27, 2012 2:16 PM -
2 Votes
VS 2008 AddIn - how to add items to the context menu for an unloaded project
See: HOWTO: Guessing the name of a command bar to add a custom menu entry in Visual Studio .NET add-ins.Answered | 2 Replies | 4295 Views | Created by bilf - Tuesday, April 21, 2009 11:53 AM | Last reply by Carlos J. Quintero - Thursday, April 23, 2009 11:06 AM -
1 Votes
Adding Custom Menu Items
Hi ScottRam, As far as I know, there isn’t the feature of adding custom menu items in MTM now.Answered | 1 Replies | 465 Views | Created by ScottRam - Thursday, May 21, 2015 5:41 PM | Last reply by Starian chen - Friday, May 22, 2015 7:35 AM - Items 1 to 20 of 2484823 Next ›
No announcements