Link to home
Start Free TrialLog in
Avatar of keremcaglar
keremcaglar

asked on

user-defined message from DLL to CView

I am sending a message from a DLL using PostThreadMessage to the main thread but I could catch the message only in CMainFrame class. But I would like to get it in CView. I tried to write the message handler in CView but it did not help. How can I do it?
ASKER CERTIFIED SOLUTION
Avatar of saurabh_dasgupta
saurabh_dasgupta
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial