Purpose
Clear the TextBoxes on a form.

	Method
Search the controls in the Controls collection. Use TypeOf to determine which
are TextBoxes and clear them.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling.