RELEASE NOTES: 

* The CreateWnd() function also registers the window, this was down for
brevity. Register your window classes early on in your programs lifetime and use the 
szClass parameter to create the window.

* Modeless dialogs are also supported by these classes, look at CreateDlg() & CDialog

* The WM_DESTROY handler deletes the CWnd object, you should never have to delete
a window created by CreateWnd() or CreateDlg() if you have your handlers done properly

I am not responsible for the use of this code in any way shape or form!

Keith Tingle
ktingle@bellsouth.net
5/9/2001