No announcements
Found 2928401 threads
-
0 Votes
How to Disable Debug Menu Commands in MPF Custom Project
Is there a way I can disable the Debug Menus (Including Context menu) for a Custom MPF Project.Answered | 2 Replies | 4302 Views | Created by shangoman - Thursday, June 24, 2010 6:40 AM | Last reply by shangoman - Friday, June 25, 2010 8:40 AM -
0 Votes
MPF Custom Project - Adding Custom Build Action
Hi, caribou Your way should work fine with MPF, but for those using a Flavored Project, there might be some issues.Answered | 2 Replies | 4574 Views | Created by caribou - Wednesday, May 13, 2009 4:26 PM | Last reply by Paul Reisert - Thursday, June 25, 2009 11:40 PM -
0 Votes
How to disable Rename command
Note, this is an MPF project source method, and it's invoked in response to your project hierarchy getting an IVsHierarchy.GetProperty call for the VSHPROPID_EditLabel ...Answered | 4 Replies | 3521 Views | Created by Amer Zafar - Wednesday, July 2, 2008 7:59 AM | Last reply by Ed Dore - Thursday, July 3, 2008 3:47 AM -
2 Votes
How to KEEP ALL Parent Project Propery Pages using MPF?
I realize now that my project is the MPF "Inner" "REAL" Project.Answered | 5 Replies | 5658 Views | Created by flagrant99 - Friday, April 24, 2009 5:04 PM | Last reply by flagrant99 - Thursday, April 30, 2009 8:09 PM -
0 Votes
Disable Add new project command from context menu
How do I get it?Answered | 3 Replies | 1697 Views | Created by Idan2000 - Sunday, October 21, 2012 2:57 PM | Last reply by Ego Jiang - Tuesday, October 30, 2012 9:22 AM -
0 Votes
VSVMSDK : Disable Editing in Debug Mode
Your policy could have (internal) setters that you would access from your debugging events (supposing that your MPF base project system class is in the ...Answered | 2 Replies | 6258 Views | Created by Zeeshan Ejaz - Wednesday, December 1, 2010 2:33 PM | Last reply by Jean-Marc Prieur - Monday, December 6, 2010 6:54 AM -
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 | 2205 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
mpf for projects 11: implementing already existing c# LanguageService for intellisense
I searched a lot and I suspect the FileCodeModel which is not implemented in mpf project to disable autocompletion or "Go to definition" for my classes,methods... ...Answered | 5 Replies | 1262 Views | Created by Alphapage - Thursday, April 4, 2013 5:28 PM | Last reply by Alphapage - Wednesday, April 10, 2013 3:00 PM -
5 Votes
How to disable and enable menu commands in VSPackage?
Hello, Nayna In addition to Nir, to make you menu dynamic visibility by code, you must make your menu command in VSCT file dynamical visibility, for instance below.Answered | 4 Replies | 14558 Views | Created by Nayna - Wednesday, December 23, 2009 9:26 AM | Last reply by Vladimir.Ilic - Friday, December 25, 2009 5:48 PM -
2 Votes
debug menu item missing
I'm using Visual C# 2010 Express in Visual Studio 2010 10.0.40219.1 Sp1Rel, and cannot find Debug » Clear All settings either on the menu, in the ...Answered | 7 Replies | 8076 Views | Created by jim learning vb10 - Wednesday, July 6, 2011 6:35 PM | Last reply by jumpin jack flash - Thursday, December 20, 2012 12:53 AM -
1 Votes
kernel mode debugging leaves command-input disabled
Otherwise try to initiate "Visual Studio 15" from command prompt using it's command line parameters.Answered | 3 Replies | 1378 Views | Created by jschoenwald - Tuesday, January 12, 2016 7:15 PM | Last reply by lewhol - Thursday, January 21, 2016 1:12 AM -
0 Votes
mpf and dte.Events.GetObject
Because it is a helper to handle ReferencesEvents, it is implemented for CSharp, VB, VC ... so why not for my mpf VSPackage !Answered | 2 Replies | 1180 Views | Created by Alphapage - Monday, September 30, 2013 4:38 PM | Last reply by Alphapage - Wednesday, October 2, 2013 8:35 AM -
0 Votes
How to remove Start Debugging menu item / toolbar button
In terms of creating a package that automatically loads, how would I go about doing that?Answered | 9 Replies | 4937 Views | Created by Notre - Thursday, January 13, 2011 10:35 PM | Last reply by Notre - Saturday, January 15, 2011 12:25 AM -
1 Votes
vs 2008 and debug menu
This command will reset all of your VS environment and customization settings.Answered | 3 Replies | 5087 Views | Created by giuseppe500 - Tuesday, June 15, 2010 1:31 PM | Last reply by YiChun Chen - Wednesday, June 16, 2010 9:52 AM -
0 Votes
How to add custom menu into command bar
Hi, According to your description, my understanding is that you want to add a drop down list into command bar.Answered | 1 Replies | 737 Views | Created by wsxh - Monday, October 31, 2016 10:10 AM | Last reply by Andy JY - Tuesday, November 1, 2016 8:45 AM -
0 Votes
How to disable Performance and Diagnostics for custom visual studio (VS Package project)
Hi Ellaiyaraja, You could try to use the CommandEvents to determine if the "Performance and Diagnostics" command is going to be executed, cancel it if the ...Answered | 2 Replies | 835 Views | Created by Ellaiyaraja - Wednesday, July 15, 2015 4:58 PM | Last reply by Ellaiyaraja - Thursday, July 16, 2015 1:53 PM -
3 Votes
How do find standard command group GUIDs and command Ids
Options and Settings... finally?Answered | 16 Replies | 5851 Views | Created by Notre - Monday, January 17, 2011 7:32 PM | Last reply by Carlos Liu - Tuesday, October 30, 2012 12:04 AM -
0 Votes
Custom project system withouth targeting Visual C# project system
After creating the custom project type ( (just by following this walkthrough http://msdn.microsoft.com/en-us/library/cc512961.aspx), I reallized the ...Answered | 5 Replies | 4824 Views | Created by Mizan Rahman - Wednesday, June 30, 2010 2:51 PM | Last reply by Mizan Rahman - Wednesday, July 7, 2010 7:58 AM -
0 Votes
MPF custom project, attaching the debugger to existing process
I did something similar not to long ago for a project flavor, where my customer wanted to attach and debug his class library using an existing/running ...Answered | 2 Replies | 5318 Views | Created by ddambman - Friday, January 14, 2011 10:26 PM | Last reply by Ed Dore - Tuesday, February 1, 2011 11:04 PM -
0 Votes
How to disable the menu items in the C++ Editor context menu?
So some other IOleCommandTarget may process the command, and you'll never see it.Answered | 2 Replies | 4248 Views | Created by Michael He - Sunday, December 21, 2008 3:07 PM | Last reply by Michael He - Tuesday, December 23, 2008 3:30 AM - Items 1 to 20 of 2928401 Next ›
No announcements