|
-
May 20th, 1999, 06:09 AM
#1
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!
-
May 20th, 1999, 08:08 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|