| Thread | Last Post | Replies |
|
| Renaming a file added from a VSTemplate using an IWizard Extension. | 30 Jun 2006 09:14 GMT | 2 |
I'm wondering if it is possible to rename a file that is embedded in a project template, after the template has been instanitated by creating a new project from it. The technique I have been attempting is to use an IWizard for the project
|
| Override bookmark functionality | 30 Jun 2006 01:31 GMT | 1 |
Default functionlity is to use CTR+K+K to add a bookmark, then use CTRL+K+N or CTRN+K+P to go to the previous and next bookmarks. I would like to write some extension so I could use CTRL+SHIFT+0 through CTRL+SHIFT+9 to add bookmarks, then use CTRL+0 through CTRL+9 to go back to ...
|
| How do I implement a custom debug engine per the sample without cr | 29 Jun 2006 11:03 GMT | 4 |
I’ve ran into a wall while working on the sample implementation of a debug engine using ATL COM. Is there a workaround? Is this a known issue or did I perhaps do something incorrect? The intent of this was to follow the sample closely per Microsoft’s
|
| Is there a way to add a custom wizard to the list of New Web Site templates? | 28 Jun 2006 17:49 GMT | 4 |
I've written a wizard (.vsz) that creates and configures a website. Now I want to add it to the New Web Site template list. Is this possible? If so, how might I do it? Thanks,
|
| Using the Debugger2::GetProcesses() | 27 Jun 2006 02:30 GMT | 1 |
Has anyone managed to get this function to work? I'm trying to get a list of process of a remote machine and it keeps failing. I'm wondering if it has to do with permission issues (the user must have already logged onto the remote machine?). Is the transport qualifier (2nd ...
|
| Trust prompt with user item templates. | 23 Jun 2006 03:01 GMT | 4 |
How do you get rid of the "Trust", "Do Not Trust" prompt when using user item templates?
 Signature http://www.peterRitchie.com/
|
| Change the icon for item on the solution explorer | 22 Jun 2006 11:23 GMT | 5 |
Hi In VS.net 2003 or 2005 Is there a way to programmatically change icon to item in the solution explorer? For example if the file is read only, have Icon with "RO" on it.
|
| Setup project and .addin file | 22 Jun 2006 09:19 GMT | 3 |
I'm trying to create a setup project and .msi file for my addin. I want the addin installed to <program files>\<Company name>\<product>\My_addin.dll. I want the .addin file to go to <All users' Doc & Settings>\My Documents\Visual Studio
|
| Suppress reload message in VS2005 | 21 Jun 2006 12:49 GMT | 2 |
I created a plug-in that is used to modify the current source file in VS2005. When the plug-in terminates I expectedly receive the VS2005 message, "This file has been modified outside the source editor." I would really like to suppress this message and instead automatically
|
| How to remove named command? | 21 Jun 2006 00:33 GMT | 6 |
I have a toolbar with 3 buttons, each button is created by EnvDTE::Command::AddControl() after the command has been added to the visual studio 2005 environment via AddNamedCommand(). The problem I have is that I don't want these commands to be accessible
|
| The MyC Project Crashes When Selecting "Properties" in DE Sample | 16 Jun 2006 22:18 GMT | 1 |
I’ve ran into a wall while working on the sample implementation of a debug engine using ATL COM. Is there a workaround? Is this a known issue or did I perhaps do something incorrect? The intent of this was to follow the sample closely per Microsoft’s
|
| Getting the solution name from a project wizard | 13 Jun 2006 07:04 GMT | 2 |
I need to get the name of the solution from my wizard that implements IWizard. I've tried to use: string name = dte.Solution.FullName; ...but it returns an empty string. Is there some way to do this except
|
| LoaderLock on Simple Add-in | 12 Jun 2006 09:04 GMT | 1 |
I have a "clean" setup of Team Services for Developers (version 8.0.50727.42) on a new machine (XP Professional SP2). I have followed both the "Walkthrough: Building Add-Ins (Extensibility Guided Tour)" and "Walkthrough: Debugging an Add-in Project (Visual Studio Automation and
|
| programmatically adding External Tool | 09 Jun 2006 14:02 GMT | 1 |
I am looking for an official way to programmatically add an External Tool to Visual Studio 2003 and 2005. I know it is possible to add an external tool, because the installation of BizTalk 2004 and BizTalk 2006 add an external tool to Visual Studio: the BizTalk Web Services ...
|
| Path to devenv.exe | 08 Jun 2006 18:25 GMT | 6 |
How can I get the path to devenv.exe, given applicationObect As DTE, addInInstance As AddIn?
 Signature Any help is appreciated.
|