Visual Programming Concepts and Development
Visual Programming Concepts and Development
Introduction
What is a programming language?
● After you start Visual Studio, select “New Project” in the File
menu. Select “Visual Basic” in the left pane, and then
“Console Application” in the right pane.
● Give the project a name (“ConsoleApplication1”), and then
press “Okay”.
● A project with a file called module1.vb will be created.
Adding code