1 / 9

Lesson 2

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.

filia
Télécharger la présentation

Lesson 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lesson 2 Introduction to the VB Display

  2. 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

  3. Startup Screen Main Window Toolbox win Form Window Project Explorer Window Properties Window

  4. Main Window Title Bar Menu Bar Standard Tool Bar

  5. Form Window Title bar Default caption

  6. 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

  7. Toolbox Window • Contains set of tools you use when designing a windows • Allows you to place objects or controls, on the form.

  8. 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.

  9. Properties Window • The properties is a set of characteristics for a specific object. • Properties can be changed here or through code.

More Related