Application Wizards?

ediguy

Member
Joined
Jul 15, 2005
Messages
8
Programming Experience
10+
Hi everyone,

I am brand new to VB.Net so please bear with me.

In VB6 when creating a new application you could select a wizard that would allow you to include all of the standard windows toolbars/icons/etc. Is there any such thing in VB.Net? If not, how does one go about adding the standard windows toolbars/icons etc to a solution?

Thanks very much in advance!
 
There is no such functionality in VS.NET 2003. You need to just create a new project and add the controls you want to your forms. You can create forms and projects yourself that you can then use as templates for future projects if you want to.

VS 2005 has added various project and form templates, as well as allowing you to add menus and toolbars that already contain the most common items.
 
Back
Top