Where is the application wizard in Visual Basic .NET?

Hi, recently bought a book on programming Visual Basic. Where can I find the basic Windows Application wizard that will allow me to select interface type, menus, and custom toolbars before I start programming the program? Thanks.
[235 byte] By [AshwinPurohit] at [2007-12-16]
# 1
The wizard it self the all .NET studio

If you want to create something like grid + db with it just simple drog it on to your form and you will see wizard on your page :)

VBNISIM at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Correct, there is no specific Application Wizard in VB.NET. However, there are many helpful controls everywhere.

Specifically, I'd look into:
- Drag and Drop Data
- MenuStrip, ToolStrip, StatusStrip controls (Office like controls)

You can get good help on these areas from How Do I help, and Help Contents.

Also check out this video series -- it is aimed at new developers but I find it helpful just as a developer new to VB 2005:
http://lab.msdn.microsoft.com/express/beginner/

Best,
Paul Yuknewicz

PaulYuk_MS at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...