Hi, I want to take a menu that's presented on a main window, and bring it down into its child windows. I know how to capture and insert menus. Would I then have to subclass the child windows and then pass that to the menus that reside on the parent window? If I subclass, would I be responsible for passing every message or could I just subclass the menu? Or is there a better way not involving subclassing?

This is all new to me, so I could be way off on the strategy. Any help's greatly appreciated.

Thanks,
Wade