At first open the visual studio.
Then Click on the new project. Marked as green oval.
Then select visual basic from left and select windows forms application. After that rename your project.
Then Form1 is created. You can add any component from toolbox into Form one.
Now you can run your first application. To run this application press on start debugging button.
Then you will see the Form 1 is running.