Create a New Project in Visual Basic
Open Visual Basic Express 2005 and select File > New Project.
In the New Project window, select Windows Application, name the project “MPX”, and then click OK. Save the form by going to File > Save Form1.vb, or press Ctrl + S.
Familiarize Yourself with the Project Workspace
The workspace for the new project you created should look like the image shown below.
- Toolbox Tab: Launches the Toolbox Panel
- Tab Area: Selects between open documents
- Form: User interface design area
- Properties Window: Edit or view properties for specific items or controls on the form
- Toolbox Panel: Contains controls that serve a specific purpose in an application
Previous | Next |