CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: SendMessage

  1. #1
    Join Date
    May 1999
    Posts
    15

    SendMessage

    Hi,
    In a MFC app, I have a class A. In A, I create a thread. From the thread, how should I send a user message to Mainframe/View ? I have put together the neccessities for the User defined message in View(ClistView class).

    I have tried many ways, but all in vain.

    But if send the same User defined message from View, its handled in Mainframe class.

    Please help me.

    Thanks!


  2. #2
    Join Date
    Apr 1999
    Posts
    27

    Re: SendMessage


    Can you get the Mainframe handle (HWnd)
    through AfxGetMainWnd() or related view
    to SendMessage to their procedure?


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