all groups > visual studio .net ide > september 2004 >
You're in the

visual studio .net ide

group:

Create Addin for Visual Studio .NET


Create Addin for Visual Studio .NET lesaint77fr NO[at]SPAM yahoo.Fr
9/30/2004 4:18:54 AM
visual studio .net ide:
Hi,

I would known how to create a formated solution ( with severals piece
of code already coded, class format, name, etc.. ) with an add in ?

If somebody know a link to a web site, please foward me.

Thx all.

Re: Create Addin for Visual Studio .NET Steve Baker
9/30/2004 9:49:25 AM
For solutions I have found that "Wizards" are the way to go. You can
use the vs.net built in engine or roll your own.

http://msdn.microsoft.com/vstudio/extend/default.aspx?pull=/library/en-us/dv_vstechart/html/customprojectwiz.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxconCreatingWizard.asp

some C# samples

http://download.microsoft.com/download/VisualStudioNET/Samples/7.0/NT5XP/EN-US/AddinWizardCS.exe

http://download.microsoft.com/download/VisualStudioNET/Samples/7.0/NT5XP/EN-US/WizardContextCS.exe

hope this helps

[quoted text, click to view]
Re: Create Addin for Visual Studio .NET Daniel Weinand
9/30/2004 1:49:03 PM
take a look at this.
http://www.reflectionit.nl/Macro.aspx
its a macro. but coding a addin is quite similar to this.

look at msdn for more information. should be some to find.

greetings

Le Saint schrieb:
[quoted text, click to view]
AddThis Social Bookmark Button