| Thread | Last Post | Replies |
|
| Access to DTE (solution and project) object model on command line | 11 Feb 2005 23:17 GMT | 4 |
I have a VS project that has the Configuration type set to Makefile and basically calls a ToolApp (EXE) I wrote that goes through the project's sources and calls the compiler/linker, etc. It all works well when I have the solution/project opened in VS .NET 2003 IDE, but I would ...
|
| Urgent : Event Handling in VS .NET 2003 Extensibility | 10 Feb 2005 16:58 GMT | 15 |
I'm working with VS .NET Add-Ins. Using Visual Studio Extensibility (EnvDTE) I have disabled the context-menu (right-click) mouse event of deleting a project item. But I'm unable to lock/disable the Keyboard events. If I select an project item and press the "Delete" key in the ...
|
| VS.NET 2003: "Some of the properties associated with the solution could not be read." | 09 Feb 2005 18:14 GMT | 1 |
I'm developing an add-in for VS.NET 2003 that automates the building of the various solutions I'm responsible for. I've got it so that it will properly loop over the array of solutions, then open, clean (if necessary), build, and close each one in turn.
|
| Debug and Add-In | 09 Feb 2005 14:51 GMT | 1 |
I would like to know if I can debug and Add-In before I install it. Cause everytime I am changing or modifying the Add-In I have to deploy it first and see the effect of the change.
|
| VS 2005 Web site project item menu id? | 09 Feb 2005 14:49 GMT | 3 |
I am using VSIP to add menu groups to some of the existing VS menus. I would like to add a group to the context menu that is displayed on a right-click of a web project item in the Solution Explorer. For example, if you have a Web Site project loaded, with a page of default.aspx, ...
|
| How can I determine the active/current project with VSIP 2005? | 08 Feb 2005 22:12 GMT | 1 |
I'm using the VSIP 2005 SDK Beta 1 to write a VSPackage in C#. I've figured out how to access the solution and its projects, but what I can't figure out is the notion of the active or "startup" project. Can someone tell me how to do this? Thanks.
|
| How to Access MS Word's Document Object! | 08 Feb 2005 18:55 GMT | 1 |
i m new to VC7 addins. i am writing a plugin for MS Word in VC7. for that i need to access the Word's Document, Selection, Range Objects etc. i don't know how to acess them. i have accessed the Word's application object, now further i don't know wht to do.
|
| Adding property pages to project properties | 08 Feb 2005 17:49 GMT | 4 |
I'm writing an add-in that will have a set of properties it exposes on a per-project basis. Obviously it'd be more intuitive if it just slotted into the IDE's project properties. Anyone have any resources or pointers on how to do this?
|
| VS6 MSDN library help | 08 Feb 2005 04:20 GMT | 12 |
VS 6 integrated help. Once help is invoked from IDE it jumps into windows CE topics. It is driving me crazy. Is there any way to set up help to present a box with choices without
|
| connectionMode == ext_cm_Startup on OnConnection | 07 Feb 2005 11:13 GMT | 6 |
I am writing my very first addin. What causes connectMode to be set? When OnConnection is being called it is being called with connectMode == ext_cm_Startup therefore the menu does not get created. How can I change this?
|
| Find of Goto Definition, how can I implement? | 07 Feb 2005 11:09 GMT | 1 |
I have an add-in I'm developing that basically analyzes multiple projects' codemodels in a solution. It has a tree view and when you double-click a node representing a codeelement, it should open the containing document of the codeelement and
|
| How to open a specific file into a document window | 04 Feb 2005 19:05 GMT | 4 |
I want to simulate what happens when the user does a File/Open and selects a particular file. What I expect is: if the file is in the solution, the projectItem is selected, and the file is opened in the document area. The problem with the below code is that if the file isn't ...
|
| Properties Window: Custom object name in drop-down | 04 Feb 2005 13:31 GMT | 1 |
How do I instruct the Properties Window to display a custom string in the object name drop-down list for the selected context/item? Currently it displays the fully qualified class name of my object. Any help would be greatly appreciated.
|
| Properties Window: Custom object name in drop-down | 04 Feb 2005 13:29 GMT | 1 |
How do I instruct the Properties Window to display a custom string in the object name drop-down list for the selected context/item? Currently it displays the fully qualified class name of my object. Any help would be greatly appreciated.
|
| Add-In: Create CommandBarControl (menu item) in C# | 03 Feb 2005 09:48 GMT | 1 |
Hey guys, I'm stuck with a really stupid problem. I'm trying to create a new top-level menu item, just like "Tools" or "Edit". This is my code. CommandBarControl objMenuItem = objDte.CommandBars["MenuBar"].Controls.Add(
|