How to create addin for VS2005.?

I want to convert my windowed application, which I developed in VS2005 using C #, as a Visual Studio 2005 application. How can I do this?

+1


a source to share


3 answers


There is a good quick start here: http://www.codeproject.com/KB/macros/LineCounterAddin.aspx



It was enough for me to start.

+1


a source


You can try MSDN or books , but you can find VS2005 information hidden behind VS2008 stuff ...



0


a source


I wanted to create it myself, but I didn't have time to process the information I needed:

In general, I would recommend waiting for Visual Studio 2010 (or starting with fresh beta 1 ), because there will be many changes and many more opportunities to extend Visual Studio. (Think WPF.) The code gallery I linked to already contains content related to this.

0


a source







All Articles