| Thread | Last Post | Replies |
|
| How to Run the MyC Babel Sample? | 31 Dec 2004 06:54 GMT | 2 |
How do I run the MyC sample in the VSIP Babel directory? I already compiled it successfully and I can't notice anything different in my Visual Studio 2003. Am I missing something here? Thanks for the reply!
|
| Setup- registry entires- install directory | 30 Dec 2004 03:23 GMT | 1 |
As part of the add-in installation, i'm adding a bunch of registry entries needed to execute my add-in. I want to add a registry entry which stores where the add-in is installed. i need this entry since i'm referencing a lot of files installed at this location. is there a way i ...
|
| Custom Project Type | 30 Dec 2004 03:13 GMT | 4 |
I have been trying to create a new project type in VS2005 Beta1. I am looking at the C++ sample BscPrj and the C# sample MyProject. My understanding is that I could create a new project type in C# using the VS interop assembly and the helper classes, i.e. similar to the ...
|
| Passing Messages between ToolWindows | 30 Dec 2004 02:57 GMT | 1 |
I suppose I really have two questions. First, I am trying to implement a VSIP feature where a user can click on a control in a ToolWindow and have that event notify another toolwindow. Is it possible to send event information AND arguments between toolwindows?
|
| [X-Post] Add-In Context-Menu + Command | 29 Dec 2004 00:44 GMT | 2 |
As irritating as it is to see X-Posting, I forgot to add this group ... sorry, but I do want to post to this group as well, the same problem...hope y'all don't mind <waits for tomatoes to be thrown> <blink>
|
| Outlook Methods | 27 Dec 2004 09:25 GMT | 1 |
I am doing MS Outlook Plug-in by C#, but i cannot find the methods of Outlook, I wish to familiar with what they are!!! Could you tell me where I could find some useful information about it??? Thanks all u guys!!! Merry Christmas!!!
|
| Using vstudio for creating a Standard UI | 23 Dec 2004 15:13 GMT | 1 |
Our company has its own compiler connected to vstudio IDE. I has all the features related to creating projects and showing project file heirarchy. What i wanted to know ,is that can i create s new feature such as 1) Source Browser(Showing allthe functions and data types in ...
|
| gather the .net code form vs.net that user edit | 23 Dec 2004 15:11 GMT | 1 |
1. Is there any way that i can gather the code user edit from the IDE of vs.net i search many article about the topic "extenibility of vs.net" , but can't find the answer
|
| How to disable New/Close(Solution/Project) & Exit menu commands? | 23 Dec 2004 10:28 GMT | 1 |
I developed a vsip package (project-language-editor) and I would like to start VS.NET IDE using CoCreateInstance->DTE in so called -embedding mode from an external application (host) almost like VS Macro Environment. Before I display the IDE, I create/open a solution/project from ...
|
| Custom Template and references | 21 Dec 2004 17:03 GMT | 1 |
I created a Custom Template based on VB Web Application but how can I add the needed references in default.js?
|
| Add new project type? | 20 Dec 2004 16:17 GMT | 1 |
How do I add my own new project type to visual studio 2003 .NET? ie I want to create a wizard that builds an application skeleton for me. This should appear where the other project types appear like win32 console application etc...
|
| automate setup project | 18 Dec 2004 02:05 GMT | 3 |
i am creating a tool that needs to configure and build a Setup Project (MSI) through automation to include multiple project outputs and configure custom actions for those outputs to execute an installer class. Is this capability available through the general extensibility model, ...
|
| VS icons | 16 Dec 2004 07:51 GMT | 6 |
Could you please tell me where can i find a complete list of icons build in VS so i can use them in my add in - i dont want to use any external icons. I would like to know their IDs and how they look so i can use them in this code:
|
| ContextMenu for Web-Projects only | 16 Dec 2004 00:57 GMT | 6 |
I have created some custom web-forms and added context menu commands. But these commands also appear when the project selected is a windows app or a class lib. How do i make sure that my context menu appear only when a web project is
|
| Conditional displaying of top-level menu. | 14 Dec 2004 16:39 GMT | 6 |
Conditional displaying of top-level menu. I have custom menu named WinFuse added to the list of Visual studio top level menus (File, Edit, Build...). The menu is created in ctc file as following:
|