Select project type from New project dialog Box. The following picture shows how to crate a new Form in Visual Studio. Enter your project name instead of WindowsApplication1 in the bottom of dialouge box and click OK button.
Open your Visual Studio and select File->NewProject and select Visual Basic from the New project dialog box and select Windows Froms Application. The first step is to start a new project and build a form.
Each time you create a Windows application, Visual Studio will display a default blank form, onto which you can drag and drop controls from the Visual Studio Toolbox window.
VB.Net programmers have made extensive use of forms to build user interfaces.