90 likes | 243 Views
Lesson 2. Introduction to the VB Display. Objectives in this lesson. Start and exit Visual Basic Identify the components of the Visual Basic Display Set the properties of an object Create, save, run and stop a Visual Basic application Open a new project and an existing project.
E N D
Lesson 2 Introduction to the VB Display
Objectives in this lesson • Start and exit Visual Basic • Identify the components of the Visual Basic Display • Set the properties of an object • Create, save, run and stop a Visual Basic application • Open a new project and an existing project
Startup Screen Main Window Toolbox win Form Window Project Explorer Window Properties Window
Main Window Title Bar Menu Bar Standard Tool Bar
Form Window Title bar Default caption
Form Window • Window in which you design the user interface • ui- what you see and interact with when running a windows app • It is an object that contains other objects
Toolbox Window • Contains set of tools you use when designing a windows • Allows you to place objects or controls, on the form.
Project Explorer Window • Displays a list of the projects included in the application. • Displays the names of the files being used. • Displays the view code, the view object and the toggle folders buttons.
Properties Window • The properties is a set of characteristics for a specific object. • Properties can be changed here or through code.