assistant for generating a project

  • Thread starter Thread starter Le, Thanh-Nhan
  • Start date Start date
L

Le, Thanh-Nhan

Hi,

I am a beginer in .NET.
Is there an assistant or a free tool as in VB6 for generating a complete
project frame in VS .NET.

Thanks
Nhan
 
um... other than simply using New->Project and choosing one of the
half-dozen project types, which puts all the files you need into your
project...?

--- N
 
Hi,
in VB or VC 6, when I create a new project, Visual Studio generate me a
complete project with start form, Menus...
 
And in VB.NET and C#, when you create a new windows project, it will create
a complete project, with start form. Menus are a control now, so you have
to drag the control to the form.

Other than that, there is very little difference.

--- Nick
 
Back
Top