| Thread | Last Post | Replies |
|
| Why buy Visual Studio? | 20 Apr 2005 22:48 GMT | 6 |
I'm looking for arguments which will help my boss decide to buy Visual Studio instead of Delphi 2005 :D Any help would be appriciated. What are the possibilites of adding some extra features to this product?
|
| Why do CommandBarEvents stop firing? | 19 Apr 2005 22:11 GMT | 4 |
I am using VSIP to create a language service. I implemented the colorizer, hidden regions, and hooked into the code window context menu and hi-jacked the Go To Definition and Go To Reference commands to make them do what I want. I am now trying to add another command button to the ...
|
| Extensibility In General. | 18 Apr 2005 10:14 GMT | 2 |
I'm writing a message regarding VStudio's extensibility. I'm mostly interested in what I heard long ago before I started using Visual Studio .NET. Are developers able to extend it to the point of adding their own language, for whatever purpose, exposing their language to the ...
|
| How to open an editor document without a file | 17 Apr 2005 07:59 GMT | 2 |
I wish to open a document window without attaching it to a file. How can i do this? For example, i would like to click on a toolbar button to open the document, without attaching a file to it (i wish to present a data that is already in
|
| IDesignerHost for Web Form in Beta 1 | 15 Apr 2005 10:28 GMT | 4 |
The steps that used to work for getting access to the IDesignerHost for a web form no longer seem to work in Visual Studio 2005 Beta 1. Below is the code that works on 2003. When running this code in 2005 the cast to IDesignerHost always returns null.
|
| CommandBars not accessible in Whidbey ? | 15 Apr 2005 02:24 GMT | 3 |
I have the version of Whidbey from MSDN (Version 8.0.40607.16) and am having problems trying to convert a VS2003 Add-In. If I ask for ...DTE.CommandBars, I get an object, but don't seem to be able to cast it to anything useful like a CommandBars collection.
|
| VS 2003 .NET Addin error: "Error number: 80070002" | 14 Apr 2005 14:04 GMT | 5 |
I've written an VS 2003 .NET add-in that i've sent out to some people. For all of them, the addin is installing without errors. But for one of them, the addin's menu item under the Tool menu is not being displayed. The addin IS appearing in the add-in manger window and
|
| How to trap Ctrl-Break (Build.Cancel) from within add-in code | 12 Apr 2005 00:09 GMT | 2 |
I need to trap Ctrl-Break event from my code and can't find any clues in documentation. Has anyone done it? Any input would be greatly appreciated.
|
| Managed C++ Tools | 11 Apr 2005 00:47 GMT | 1 |
Anyone know of a good tool for static analysis of Managed C++ code?? Already have several for plain C++, need something for Managed (.NET) C++, and I don't care if it's integrated or not with VS.NET.
|
| TextSelection CurrentLine property | 08 Apr 2005 06:25 GMT | 2 |
I have written following code in my VisualStudio.NET addin to retrieve the line number where the cursor is placed. TextSelection selection = (TextSelection) this.applicationObject.ActiveDocument.Selection;
|
| Custom commandbar problem | 07 Apr 2005 13:45 GMT | 1 |
I have created a custom commandbar with commandbarbuttons. The commandbarbuttons have click events. Everything works fine as long as I click those buttons in the context of console applications. If I unload console application and load winforms or web applications, click events ...
|
| Requesting PLK for VS2005 (Beta) | 06 Apr 2005 22:50 GMT | 6 |
I'm trying to obtain a PLK for VS2005, but the maximum alternative is VS 2003(http://www.vsipdev.com/plkregister.aspx). We are about to release a version of our product and we will need a PLK. ttapsa
|
| Basic questions | 05 Apr 2005 20:50 GMT | 1 |
I wanted to create a Visual Studio Add-in that does some sort of custom code-generation. This is just a small internal project(mostly proof-of-concept), and does not involve any product based on this. I am confused about whether the VSIP Affiliate program allows me to do that.
|
| Error when linking dbgmetric.lib in VSIP 8.0 beta: a fix | 04 Apr 2005 19:40 GMT | 1 |
This is in reference to http://groups.google.ca/groups?start=50&hl=en&lr=&group=microsoft.public.vsnet.v sip&client=firefox-a&rls=org.mozilla:en-US:official&selm=OYKIjUBpEHA.2784%40TK2M SFTNGP14.phx.gbl The reason why linking fails is that the C++ files in dbgmetric[d].lib libraries ...
|
| VS 2005 - managed package framework and SCC | 04 Apr 2005 02:47 GMT | 3 |
It took me around 20 minutes to create a new project type. First off, well done VSIP team - you've made an elegant class library; VSIP 8 is about a million times easier to use VSIP 7.1. On omission, however, seems to be source control.
|