| Thread | Last Post | Replies |
|
| How do create and register a simple add-in in C#? | 30 Nov 2004 13:23 GMT | 2 |
I am new to add-ins but need to see a simple yet working source code for an add-in in C#. (I am talking about one that extends IExtensibilityX or the like) Can somebody provide one please?
|
| ToolWindow & UserControl | 30 Nov 2004 13:22 GMT | 1 |
ToolWindow Add-in Example from: Visual Studio .NET 2003 Automation Samples The ToolWindow Add-in Example shows how I can create a UserControl in a ToolWindow.
|
| MemoryWindow in Debugging SDK | 30 Nov 2004 03:25 GMT | 4 |
I'm using the VSIP Debugging SDK for building a custom Debugger. I want to show the data of memory in the MemoryWindow. Question 1: The method of using the interface of IDebugMemoryContext2 and IDebugMemoryByte2 cannot understand well.
|
| Add-in that counts user keys pressed | 29 Nov 2004 19:29 GMT | 1 |
I'm writing an add-in for the VS 2003 and don't know how to count keys that user is pressing during his app development, which event to handle and how? I've tried all of the DTE events and the closest one is EnvDTE.TextEditorEvents.LineChanged
|
| Can not detach from a process | 25 Nov 2004 07:30 GMT | 3 |
I’m trying to have small add-in to attach to process (for example winword.exe) and then detach from the process (without terminate the process). The problem is I’m able to attach but can’t detach. What is the right way to do this?
|
| Add-in to VSIP package conversion basic questions | 23 Nov 2004 00:20 GMT | 6 |
I have a pretty extensive add-in that relies heavily upon VS.NET code model. I access the code model through the EnvDTE of course. I plan on migrating the add-in to VSIP in the near future (using managed extensions).
|
| Visual =?Big5?B?QmFzaWMuTkVUqqmlu7Ddw0Q=?= | 22 Nov 2004 15:19 GMT | 2 |
當加入『SQL Server 資料庫內容時』 第一項是 本機伺服器名稱(注意:不是localhost) 第二項是 選擇『使用 Windows NT整合安全 第三項是 選擇 pubs
|
| icons in Solution Explorer | 18 Nov 2004 11:55 GMT | 1 |
In my application (Visual Studio add-in) I want to display the same icons that are displayed in Solution Explorer. I know that these icons are in csproj.dll file (for C# projects), but Solution Explorer does not use the default icon for C#
|
| Wizard icons in managed package | 18 Nov 2004 11:48 GMT | 3 |
I have a managed VSIP package and some custom wizards in my application. I would like to have my companies icon show up when using the wizards to create a new project. The trouble seems to be the icon belongs in the package.dll, not the
|
| capturing checkin | 17 Nov 2004 20:59 GMT | 2 |
I'm trying to write an extensibility add-in that will capture the source control checkins and then do some pre-proccessing before checking the files in. I do not want to use Visual Source Safe automation for this task. I've figured out how to capture the checkin, but I can't find ...
|
| How to let visual.net process messages while executing an external | 17 Nov 2004 19:34 GMT | 4 |
I'm writing an addin and I've hooked myself to the build event to be able to execute an external program at the start of the build. In itself it works very well. Part of the code is below. My problem is that I'd like to be able to cancel the build while this
|
| VSIP Custom Project Type - doesn't show up in Add New Project dial | 15 Nov 2004 10:39 GMT | 1 |
I am implementing a new project type using VS.NET Whidbey Beta 1 and VSIP 2005 Beta 1. I have implemented an ATL object supporting IVsPackage and IVsProjectFactory. I'm just trying to bring up a small prototype, so I'm not using a satellite DLL. Everything *appears* to be ...
|
| Custom editor in VB .NET | 10 Nov 2004 22:00 GMT | 2 |
I would like to realize a customized new editor for the Microsoft Macro Assembler command line compiler, with syntax highligthing, new projects templates and so on... I saw in VSIP Sdk there are samples (and docs...) for making editors in C++
|
| Adding Control to Form from different assembly | 10 Nov 2004 18:49 GMT | 1 |
I have a control packaged in an assembly that has many other dependencies. I want to programmatically add the control to a form at Design time. When I drag my control from the toolbox manually, Visual Studio automatically adds all of my control's dependent assemblies to the
|
| VSIP Custom Project & File Types for VS 2003... | 10 Nov 2004 12:42 GMT | 2 |
Hello Group. My aim is the following: To integrate with VS.NET 2003 so when someone opens a new project, they can select a custom project. This project will work exactly like a c# class
|