Interesting. Since this group is for people who write .NET based addins for vs.net you could also create your web service using, well, .NET ;) But I digress. ...
I've created a add-in in VS.NET 2005 using C#. The add-in loads a tool window OnConnection and it contains a User Control with input text fields and a "Login"...
Hi Ngo, this isn't so much an Add-In problem, as a general .NET programming question. If the button is on a UserControl, then the handler for the button click...
Phil, I understand that event-handling should be done in the Form which it was created. However is it possible for the Exec method in the Connect.cs class to...
Hello all, I am writing a visual tool that would create custom classes, currently it uses CodeDOM. I am stuck a point where I need to parse the code for...
In my opinion, CodeDOM, while very powerful is also very frustrating to work with. I also have created a code generator; however the code for the classes that...
Hi Joshua, Thanks for your comments. I was also thinking about implementing my own graph for the code to be generated. And agree that CodeDOM is very powerful,...
Hello I create a stand MSI file from a Deployment project associated to my addin. The installs for all users - the MSI file is invoked via msiexec with...
Hello Thank you for the tip, that's solved the problem. As we want the addin to install for all users as well as single users is to add a NOT AdminUser...
To anyone who might be interested. I've just released a release candidate of my new addin, .netSavant and wanted to share with the group how much the various...
Hi All, I encounterd a problem which i fail to find a solution. I am trying to get the Class name from a TextPoint (the class name of the function which the...
I'm responsible for an add-in that we use to allow our analysts (who are actually accountants for the most part) to do a build, so the programmers don't get...
I am implementing the package implementation and I need to be able to modify all the references of either a given class or method. Is there any way I can do it...
Hello, I wish to create a custom document window in my VS2005 add-in. It looks like I need to create a window via CreateDocumentWindow. I've seen examples on...
I can't get this to work. It's registered as present and checked in the Add-in Manager. But the Script Outline window does not appear. When I started a new...
I want to run the post build command (as configured in the project settings) for a specific configuration in a C++ project. I do have the VCConfiguration...
i've an add-in to document classes in XML style, i'm trying to determine the type of a CodeElement as follows: Dim fcmFileCodeModel As FileCodeModel = ...
... determine ... fcmFileCodeModel.CodeElementFromPoint(DTE.ActiveDocument.Selection.Activ\ \ ... I've found the solution in the following link: HowTo: Get a...
hi @all, is it possible to create a command from CommandControlType "vsCommandControlTypeMRUButton"? The last information that I found in the internet ist a...
I want to be able to display my file types in the common file dialogs in my Visual Studio 2005/2008 C++ addin. What is the best way to achieve this? Cheryl...
Hi, I am writing a Visual Studio plugin and have created a new solution programmatically (C#): // Assuming applicationObject is a valid DTE2 instance. ...
Hi, I want to make an addin which reads an XML code in the center Screen. When the addin is clicked it should call an Validator Engine which checks the XML...
Hi guys, Very quiet on ths group these days, but hopefully some people are still listening... :-) I've just released a plugin for VS 2005/2008 that you may...