Chapter 20. Working with Text Files and the Registry

What You’ll Learn in This Hour:

  • Using the Registry object to create and delete Registry keys and values

  • Using a StreamWriter object to open, read, and edit text files

  • Modifying your Picture Viewer program to use a text file and the Registry

Text files have been around since the early days of computing, and even today they are a useful method of storing data. For robust applications, a database is the way to go, but for storing simple sets of data, it doesn’t get much easier than using a text file.

By the Way

In the first edition of this book, I neglected to cover working with text files thinking that most users were moving to databases. After many emails from readers, I got the point: Text files are ...

Get Sams Teach Yourself Microsoft® Visual C#® 2005 in 24 Hours, Complete Starter Kit now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.