Hi, I have an addin using VSUserControlHost shim in VS.NET 2003 and was thinking to install it into VS.NET 2005 Beta. I added reg entries for 2005 but addin...
I get NullReferenceException accessing TaskItem.Category through DTE. This only happens for tasks added by my VSIP package. I know VSIP questions are not...
Hi all, sorry if this is a trivial question, I searched the archive but couldn't find anything on it (despite yahoo's interesting search mechanism...). My...
... When you're initializing the shim with your user control, you should be getting a reference to a Window object. This object has properties to control the...
... should be ... to ... Thanks, I must have had my .NET filter eyes on and completely ignored .Width and .Height! Like the Dr Strangelove quote btw!...
Hi, I've created a ToolBar with couple of buttons on them. I've also created my own custom project types and added them to C#Projects folder etc. The feature i...
Hallo, I want to write an add-in for visual studio. I have some questions: 1. Is it better to use C# or VB.Net? I could use both. My considarations is: Maybe I...
Hi Klaus, ... You can write add-ins in C~, VB.NET, managed C++ or native C++. As far as I'm aware, any add-in which uses the .NET framework will only work...
... This is true but you can compile your add-in in VS 2002 and use it in VS 2003 without recompilation. That's how we create our add-in in VB .NET. It works...
hallo leute, das WindowActivated- event wird beim laden eines neuen projects für jedes fenster das geöffnet wird aufgerufen. kann man einen projektstatus...
Hallo Anna, thank you for answering my questions. ... These are two things we have to differ: 1. The languages 2. The versions of VS ad 1: My goal is to write...
Hi Peter, ... hat's worth knowing. Does the same apply to VSPackages? We're seriously considering heading in that direction. For unmanaged C++ development I...
Hi Klaus, ... Anytime hun. :) ... There certainly is, although I think that's more a result of our own experience and preferance some of the time. In the case...
Hi Anna, That's not entirely true. I am not sure if an add-in compiled with VS.NET 2003 and .NET Framework 1.1 would run on VS.NET 2002 and .NET Framework 1.0,...
Hi Klaus, 1. You can use either. I prefer VB.NET because of the background compiler, but apart from that you can choose the one whose syntax you like more....
You will have a better chance for answers if you post your message in English... Best regards, Carlos J. Quintero MZ-Tools 4.0: Productivity add-ins for Visual...
Searching on Google I think that it is Microsoft.VisualStudio.Designer.Interfaces.IVSMDDesigner which I suppose that comes from some VSIP assembly. Best...
Hi, ... I don't know because I'm not familiar with VSIP. ... We are in exactly opposite situation. All our development is done in VS 2002 and we use VS 2003...
Hi Peter, ... I guess we need to look into that a bit more ourselves then! ... Given that our site logs still show more downloads for the VC6 version of the...
Here is a machine translation of his message: "hello people, the WindowActivated is event with to load new projects for each window that is opened called can...
How do you get the DocumentClosing event to fire. I have declared this: Public WithEvents documentEvents As EnvDTE.DocumentEvents I have open a sql script (a...
Hallo, I begin very naive: Is it possible to sell an add-in? What are the difficulties? What are the advantages? What experiences do you have? How many...
This add-in works fine for me using a Text file: Public WithEvents documentEvents As EnvDTE.DocumentEvents Dim applicationObject As EnvDTE.DTE Public Sub...
... I can only agree with Carlos. Selling add-ins is the same as selling any other kind of software. You can make a good living of it but it takes years to...
i wanna design a editing environment for my own language(syntax like xml) developing environment just like developing html in vs.net user can drag-and-drop UI...
Thanks so much Carlos. I found the problem. Thing is, I don't want to admit what it was.... I need to go get a job as a golf ball washer apprentice. DUUHHHH, I...