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.
Have fun to code.
Daniel Weinand - 30 Sep 2004 12:49 GMT
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:
> Hi,
>
[quoted text clipped - 6 lines]
>
> Have fun to code.
Steve Baker - 30 Sep 2004 15:49 GMT
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_vst
echart/html/customprojectwiz.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/v
xconCreatingWizard.asp
some C# samples
http://download.microsoft.com/download/VisualStudioNET/Samples/7.0/NT5XP/EN-US/A
ddinWizardCS.exe
http://download.microsoft.com/download/VisualStudioNET/Samples/7.0/NT5XP/EN-US/W
izardContextCS.exe
hope this helps
>Hi,
>
[quoted text clipped - 6 lines]
>
>Have fun to code.