| Thread | Last Post | Replies |
|
| ANN:Feb CTP of VS SDK is Live | 12 Feb 2006 23:42 GMT | 1 |
Community, the Feb CTP bits are live at https://www.vsipmembers.com/admin/partnerDownloadView.aspx this release contains DSL and an RC of VSTA. The TFS bits are still the B3
|
| Limiting Solutions to One Language | 09 Feb 2006 17:30 GMT | 3 |
I am designing a new set of three different languages that will not interoperate at all. Because they will not interact at all, and to simplify solution creation for my end customers, I want to limit a solution to containing only projects that use a single language. That is, if a ...
|
| tasklist, new category | 08 Feb 2006 16:21 GMT | 4 |
I have an add-in that I wrote in VS2003. Is there a way to make active a specific category of the TaskList? Currently I am making the TaskList window active after my process finishes running. I would like to be able to make the TaskList window active with a specific category ...
|
| IVsWindowFrame & envdte.window | 08 Feb 2006 11:21 GMT | 1 |
what is connection of IVsWindowFrame & envdte.window? I use VSIP thru an addin interface and I can get IVsWindowFrame but I don't know how to associate those windows with envdte.window. Of course I can compare captions (
|
| Language & Localizable properties for Windows Form designer | 07 Feb 2006 23:16 GMT | 4 |
I'm looking to host the Windows Form designer outside Visual Studio and inside my own project system within Visual Studio. I've seen several examples from various places that demonstrate how to rehost the design surface and provide implementations for the toolbox, property page, ...
|
| Help Integration for a packake with Visual Studio .Net 2005 | 07 Feb 2006 21:26 GMT | 5 |
I moved my existing package from VS .Net 2003 to VS.Net 2005. Using the installshield installer I want to inetegrate the the help create for my package with the help of Visual Studio .Net 2005. I am using the new merge module VSIPCC for this purpose.
|
| Managed Project Framework - How to reference | 07 Feb 2006 21:11 GMT | 6 |
I've created a VSPackage and want to include the functionality offered by the MPF classes. I have installed the latest VS2005 SDK and found the source for MPF is in the "SDK\2005.10\VisualStudioIntegration\Common\Source\CSharp\Project"
|
| VS.NET 2005 AddIn Setup | 07 Feb 2006 09:30 GMT | 3 |
Hello, All the articles i've read say to install the Addin (VS 2005) to the add in's folder along side the .addin xml file. This seems messy to me as I have a bunch of satelite assmeblies that also get installed. Is this the
|
| Where's the January sprint? | 06 Feb 2006 14:05 GMT | 1 |
January has come and gone. Where is the VSIP January Sprint? -Ben
|
| Add-In fpr Express edtions? | 06 Feb 2006 09:02 GMT | 1 |
i am developing just for fun a add-in fpr vs 2005. Can i use it also in the eg Visual Web Developer Express? how?
|
| Paremeter type information from vsCMElementParameter? | 06 Feb 2006 08:12 GMT | 4 |
I'm walking the CodeElements collection in a solutions DTE.Projects collection and I'm trying to find more information about method parameters... namely I need to know what type it is but the CodeElement object doesn't have much in there. For example, take the following
|
| ReplaceText | 05 Feb 2006 13:40 GMT | 2 |
i am searching for a small sample how to change to part of the source code ein editor, In detail the part between to search strings. my idea is to use findtext and set a start and ednd point and have a kind of
|
| SolutionEvents.Opened but no active projects:( | 05 Feb 2006 13:23 GMT | 1 |
When a any c++ project is opened in VS2005 I get a following sequence of events. event: BeforeClosing event: BeforeClosing
|
| Document.Open method, ModelKind parameter? | 04 Feb 2006 23:46 GMT | 3 |
I've been posting to this group quite frequently recently. Is it just me or is the documentation for automating VStudio not as friendly or comprehensive as the rest of the msdn library? the most recent stumbling block i've struck is the Document.Open() method.
|
| Migrating VS2003 to VS2005 | 03 Feb 2006 12:19 GMT | 2 |
I get following error, when I try to call dll compiled in VS2003 inside addin in VS2005 environment: System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type
|