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

    sendMessage from MFC DLL to calling MFC application

    hi,
    need an example code or project on sending message (sendmessage) from a MFC DLL to its calling MFC application?.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: sendMessage from MFC DLL to calling MFC application

    The same way as you would do it from the MFC application. You just need to know the window handle (or CWnd* pointer) of the window you want to send the message to.
    Victor Nijegorodov

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