Purpose
Add an About dialog to the system menu and create menus at run time.

	Method
Use menu API functions to create the menus. Subclass to receive the menus'
activation messages.

	*** Warning ***
Subclassing is dangerous. The debugger does not work well when a new
WindowProc is installed. If you halt the program instead of unloading its
forms, it will crash and so will the Visual Basic IDE. Save your work often!
Don't say you weren't warned.

	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 not error
handling. 