| Thread | Last Post | Replies |
|
| Profiling Add-ins with VS.net 2003 | 31 Oct 2005 20:32 GMT | 5 |
I wonder if there is a recommended way of how to profile VS.net 2003 *add-ins* and which profilers might be usable for such tasks? I've searched the net and didn't found any VS-net add-in specific articles related to this theme.
|
| Add-In not under Tools anymore - VS.Net 2005 version 8.0.50727.26 (latest release) | 31 Oct 2005 18:25 GMT | 3 |
VS.Net 2005 8.0.50727.26 (latest release version) C++ Add-in I have an Add-in that loaded fine in the beta version of VS.Net 2005. I had to recompile my VS C++ 2002/2003 code with the 2005 libraries, and it worked
|
| intercepting the F5 key | 31 Oct 2005 18:11 GMT | 4 |
I would like to be able to intercept the F5 key so I can run some operations before the debug session starts. Is there a way to do this? I have an addin that listens for the WM_KEYUP event but it's not catching any.
|
| Clear undo stack | 31 Oct 2005 16:22 GMT | 3 |
I do some changes in an active document. Sometimes I have call undo to remove those changes. After that the appropriate action is visible in a redo stack. Do I have a chance to remove it from there or at least completely clear undo and redo stack?
|
| Enumerate ALL file is a Project? | 31 Oct 2005 15:26 GMT | 2 |
I'm developing an Add-In for Visual Studio. What I want to do is, whenever a build is completed, I want to enumerate the files in the project, looking for files with an extension (.rct, .rc, or .res) which are marked as "Embedded Resource" then perform some commands on them. I ...
|
| Transparent Color for Command icons in VS 2005? | 31 Oct 2005 14:45 GMT | 2 |
How do I get the image to work with custom icons in VS.2005? I can get my icon working fine after the whole rigamarole required here: http://msdn2.microsoft.com/en-us/library/ms228771(en-US,VS.80).aspx However, no info on how icons are made transparent. In 2003 it used to be
|
| change toolwindow caption tooltip | 31 Oct 2005 13:27 GMT | 4 |
is it possible to change a toolwindow tooltip (when mouse points on the caption of tabbed window) to something different from caption text? Thanks in advance, Boni
|
| Problem with add-in manager | 31 Oct 2005 10:22 GMT | 5 |
I have created an add-in for Visual Studio 2003. The registry value of loadBehavior for this add-in is 1. In the OnConnection method of this add-in I am checking If connectMode = ext_ConnectMode.ext_cm_UISetup Or connectMode =
|
| ProjectItems within project item | 31 Oct 2005 10:19 GMT | 3 |
I'd like to provide some fast access to some special files within solutions managed by the Add-in I'm working on. ASP.Net projects, for instance, does exactly what I'd like to provide, say a WebForm1.aspx has a codebehind associated and a resource file:
|
| Dynamic Menu Documentaion | 29 Oct 2005 13:00 GMT | 1 |
Can any body supply me documentaion on how to create dynamic menu with visual studio integration package?
|
| How to get IDesignerHost from VS 2003 Add-In | 28 Oct 2005 09:14 GMT | 3 |
I tried with the following C# code: Window winObject = applicationObject.ActiveDocument.ActiveWindow; Object activeObject = winObject.Object; IDesignerHost designerHost = (IDesignerHost)activeObject;
|
| JetBrains Resharper - Techniques to make an Unhandled Exception dialog appear for a VSIP package. | 27 Oct 2005 00:30 GMT | 5 |
I'd like to say that I love Resharper, I think it is a great product. I have been using the new Resharper beta under VS 2005 and noticed that it displays a very nice Error dialog if something goes wrong. Does anyone know the techniques to install an error dialog for unhandled
|
| No class browser in flavored project | 26 Oct 2005 20:41 GMT | 1 |
I have a custom flavored project that can be based on C# or VB projects. Everything works great but for some reason the class browser doesn't show any classes and the object browser does not show any custom assemblies that have been referenced.
|
| Trouble with VS.NET Sdk Sample SlnExt | 26 Oct 2005 17:23 GMT | 2 |
VS.NET SDK Aug Preview Release VsLangProj.tlb : date 8/31/2005, version 7.0.9466.0 Recieved build error (cant load VsLangProj.tlb) when building the SlnExt sample. VsLangProj.tlb is present. I tyed to open VsLangProj.tlb in Oleview,
|
| VS Background compiler | 24 Oct 2005 18:53 GMT | 2 |
Anyone knows where I can get more information on accessing the background compiler inside visual studio 2005?
|