I have gotten a pointer to a window through CWnd::FindWindow(). How can I receive messages that are sent to that window if I have a pointer to it?

Mike Dorsey