| Thread | Last Post | Replies |
|
| Format Document | 31 May 2006 10:34 GMT | 2 |
I created a template wizard which creates a standard class. now i want to execute the command in order the format the document (in order to get the default tabs and so on). but i don't know where to look for the method in order to execute the
|
| SOS How do I use GetProjectTemplate() with custom templates? | 31 May 2006 10:11 GMT | 1 |
I get an error that the template files are not found. I use these syntaxes for the GetProjectTemplate() call: MyTemplatePath = soln.GetProjectTemplate("My own template.zip",""); MyTemplatePath = soln.GetProjectTemplate("My own template.zip","Visual
|
| Can VS 6.0's Addin source code work in VS 2005 without modify? | 30 May 2006 14:18 GMT | 1 |
|
| Where can I get samples of VS 6.0 Add-in about CodeModel? | 30 May 2006 08:56 GMT | 2 |
Where can I get samples of VS 6.0 Add-in about CodeModel?
|
| Using VCCustomBuildRule | 29 May 2006 16:48 GMT | 2 |
VS2005 includes the ability to define custom build rules. I've successfully added one and defined various properties for it. Further, I have an addin that looks at the files attached to the custom build rule and I'd like to change some of the properties associated with the
|
| CodeElement and CodeElement2 | 29 May 2006 16:20 GMT | 2 |
What's the difference? ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_envdte/html/T_EnvDTE_CodeElement.htm The examples in ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_extcore80/html/T_EnvDTE80_CodeElement2.htm
|
| Finding a CommandBar Uniquely | 26 May 2006 19:07 GMT | 6 |
I'm still struggling with the problem of trying to retrieve a specific commandbar that is a Context menu. The problem specifically is that there are SEVERAL command bars named "Context" and using: CommandBars["Context"]
|
| Add Web Project programmatically to EFP problem | 25 May 2006 23:00 GMT | 9 |
As part of a source control management project for Visual Studio, when the user creates a new solution it is structured as such: Solution Level / ETP Level / Project Level. The solution contains an enterprise template that then contains the project.
|
| Addins - how to use data members of Connect class from a form invoked from it | 22 May 2006 12:52 GMT | 2 |
I have an Addin project. Which has a Connect class. At some point in Connect.OnConnection() a form is spawned to capture some user input. Before the form close, I would like to send that input back to one of
|
| Catch the event of item content change | 19 May 2006 21:12 GMT | 6 |
We're working in vs.net 2003 to integrate it with internal SCM system. We catch all open , save, change item selection events. But when we try to catch the event of the first try to change any item content in any editor.(Text editor, Winform Editor ,WebForm Editor ,Resource Editor ...
|
| GetProjectTemplate() doesn't work with my custom template. | 18 May 2006 14:58 GMT | 2 |
I am unable to use the Solution.GetProjectTemplate() method for my own custom project template. When I made the template, using the VS2005 "Export Template" command, it was saved in the following directory:
|
| Handle / Trap Visual C++ 6.0 editor events | 18 May 2006 05:54 GMT | 1 |
I am developing an add-in for VC++ 6.0 editor in VB6.0 language. I want to handle events from the IDE such as user clicking on any menu or button in the iDE e.g. User trying to print a file etc. I can do this using Visual Studio 2003 IDE. Also, I have seen such
|
| New language & project support | 18 May 2006 01:54 GMT | 4 |
I'm developing command line tools and want to integrate my tools in VS 2k5 IDE. I believed this kind of question be very common topic here, but I couldn't find any related topics for newbie like me. Is there any tutorials or examples on how to add new project type associated
|
| Add-in project (vs2005) not loading | 16 May 2006 14:20 GMT | 1 |
This seems really simple, but it's not working for me - I created a new Add-In project after installing the SDK April 2006 release. The project creates fine it seems, but when debugging, the new instance of VS.Net does not have the add-in in it's Tools menu.
|
| Event Notifications | 16 May 2006 14:13 GMT | 1 |
I wish to write an extenstion that records when a method or attribute is added, removed or changed. Using a C++ project you can see that when the header file is modified the method details update a short time after. Which events do I need to be watching for so that I can log the ...
|