1 / 46

Microsoft Visual Basic 2008: Reloaded Third Edition

Microsoft Visual Basic 2008: Reloaded, Third Edition. 2. Objectives. After studying this chapter, you should be able to:Create a structureDeclare and use a structure variableCreate an array of structure variablesWrite information to a sequential access fileAlign the text written to a sequential

boaz
Download Presentation

Microsoft Visual Basic 2008: Reloaded Third Edition

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. Microsoft Visual Basic 2008: Reloaded Third Edition Chapter Ten Structures and Sequential Access Files

    2. Microsoft Visual Basic 2008: Reloaded, Third Edition 2 Objectives After studying this chapter, you should be able to: Create a structure Declare and use a structure variable Create an array of structure variables Write information to a sequential access file Align the text written to a sequential access file

    3. Microsoft Visual Basic 2008: Reloaded, Third Edition 3 Objectives (continued) Read information from a sequential access file Determine whether a file exists Delete a file while an application is running Code the FormClosing event Prevent a form from closing

    4. Microsoft Visual Basic 2008: Reloaded, Third Edition 4 Structures Structure statement: used to create your own data type User-defined data type (or structure): data types created by using the Structure statement Member variables: variables defined within a structure Structure can include member variables of: Any standard data types Other structure types Usually declared in the form’s Declarations section

    5. Microsoft Visual Basic 2008: Reloaded, Third Edition 5 Structures (continued)

More Related