CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Posts
    96

    [RESOLVED] How to use Cwnd::SendMessage

    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.

    Any suggestions would be appreciated

  2. #2
    Join Date
    Oct 2007
    Posts
    96

    Re: How to use Cwnd::SendMessage

    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.

    http://www.codeguru.com/forum/showthread.php?t=275753

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured