Microsoft Visual Basic 2012 Programming for Industrial Applications-Basic Tutorial

The Start Page contains a list of links to Visual Studio resources and web-based resources
At any time, you can return to the Start Page by selecting VIEW > Start Page
The links in the Get Started tab provide information about the programming languages supported by Visual Studio and various learning resources
An Internet connection is required for the IDE to access most of this information
The IDE also has an internal web browser
Go to VIEW > Other Windows > Web Browser
Select File > New Project... to create a new project
On the Start Page, just click the link labeled New Project…
A project is a group of related files, such as the Visual Basic code and any images that might make up an app.Visual Studio organizes apps into projects and solutions, which contain one or more projects
However, most apps consist of a solution containing a single project.
When you select FILE > New Project… or click the New Project… link on the Start Page, the New Project dialog displays
Visual Studio 2012 templates:
Project types users can create in Visual Basic and other languages
Project templates are the project types users can create in Visual Basic.In this course, we will concentrate on Windows Forms applications.A Windows Forms application has a graphical user interface (GUI).Collectively, the Form and controls make up the app’s GUI.Users enter data into the app by typing at the keyboard, by clicking the mouse buttons and in a variety of other ways.Programs use the GUI to display instructions and other information for users to view.The figure shows a dialog in which a control’s font properties can be modified.
Commands for managing the IDE and for developing, maintaining and executing apps are contained in menus
Located on the menu bar of the IDE
The set of menus displayed depends on what you are currently doing in the IDE
- Solution Explorer Window
- Toolbox Window
- Properties Window
Visual Studio provides context-sensitive help pertaining to the “current content”
i.e., The items around the location of the mouse cursor
To use context-sensitive help, click an item, then press the F1 key
The help documentation is displayed in a web browser window
To return to the IDE, either close the browser window or select the IDE’s icon in your Windows task bar