Team LiB
Previous Section Next Section

Summary

The intention of this chapter was to demonstrate one way a data entry project is put together. You saw how to make your own collections and fill them from any kind of data storage. I showed you how to present data in several different forms, depending on what you want the user to do.

Included in this project are aspects from most of the chapters in this book. Data entry is apparent in the forms and their flow. Data validation is shown in the KeyPress and Validation event delegates.

Although the Golf project is by no means a complete project, it is complete enough to show you how everything in this book ties together.


Team LiB
Previous Section Next Section