CIS205 - Visual Basic - Week 12

Accessing Files and Streams

 


Example 1

Basic File I/O using StreamReader and StreamWriter
Load a Listbox from a file and save a ListBox to a file

Download the example


Example 2

Text Editor program using FileStreams
Conversion between a string and a byte array
Use the Closing Event to prevent loss of data

Download the example


Example 3

Random Access File Maintenance Program
Browse, Add, Change, Delete
Error Prevention Logic

Download the example


Example 4

Serialize / Deserialize a class using an Array List

Download the example


Assignment

    Problem 11.5 Personal Information Manager


Return to Home Page