	Purpose
Make a blinking label.

	Method
Use a Timer. Change the label's ForeColor and BackColor properties when
the Timer event fires.

	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.