I have two views which are derieved from CListView and wish to be able to send a message from one view to the other. I can only use the SendMessage() function which is a member for the CWnd class and not the API which takes 4 parameters. How do I go about in doing what I wish since I don't know how to get the CWnd pointer of the window that I need to send the message to.
Problem solved. Sorry to post my question without researching a bit longer. For anyone running into the same issue please follow the link here which gives the solution to the problem.
Bookmarks