New Project Wizard

Hi all

I’m very new to C# and I have to make a new project form(dialog) where I create some directories and set some paths variables. Later on it should be possible to add the functionality of specifying project type and go through some kind of wizard for the selected project type. My question is - do any have some links to some good tutorials/articles doing this - I guess there must me some component which offers this kind functionality, well I hope. Have tried searching but I get various wizards for doing something else.

Thanks in advance, chris

[983 byte] By [Christian] at [2007-12-24]
# 1
Examples are some of the best way to learn...

Check out the 101 Samples for Visual Studio 2005 which is a robust, initial development tasks to more involved tasks for winforms as well as other areas!

Also out some of the VB/C# examples for the basic operations .
Check out the very robust SQL project examples as found in the Starter

Kits.

OmegaMan at 2007-8-31 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 2
thanks!
Christian at 2007-8-31 > top of Msdn Tech,Visual C#,Visual C# IDE...