Hi.

How can I catch a message from a child window in MFC environtment? I mean for example the LVN_KEYDOWN notify from a listview, which is not associated with an object of type CListView. I create this control in the CDailog::OnInitDialog() function of the dialog and I hold the handler in a member variable of the class. I couldn't find a way to do this with Class Wizard and Wizard Bar.