|
Status Bars
|
|
|
Toolbars
|
Adding Code to the ButtonClick Event
|
|
|
|
Manipulating Objects Using Object Variables
|
Manipulating Objects Using Object Variables
|
|
|
|
|
Declaring an Object Variable
|
|
Using the Set Instruction to Assign Object Variables
|
|
Testing the Type of Object with the TypeOf Instruction
|
|
Unassigning Objects from Object Variables
|
|
|
|
Manipulating Sequential Data Files
|
Creating a Sequential File
|
|
Appending Records to a Sequential File
|
|
Reading Records from a Sequential File
|
|
Using the Input# Statement to Read from a Sequential File
|
|
The End of File Function (EOF)
|
|
Updating a Sequential File
|
|
An Example of Using Arrays with Sequential Files
|
|
Other Useful Sequential File Functions and Statements
|
|
|
|
Manipulating Random Access Files
|
Calculating the Size of a Record
|
|
Creating Records or User-defined Data Types
|
|
Declaring Variables of a Record Type
|
|
Opening a Random Access File
|
|
Reading Information from Records
|
|
Assigning Values to a Variable of a Record Type
|
|
Writing Information to Records
|
|
The EOF Function in Random Access Files
|
|
Placing Pictures in a Grid
|
|
Explanation of Grid Properties
|
|
The RowColChange and the SelChange Events
|
|
The AddItem and RemoveItem Methods
|
|