SendMessage/PostMessage to a derived CView class not working for MFC application
问题 I am building a test application(testApp) for a legacy MFC based application (MFC-app). I am trying to simulate mouse clicks on the MFC-app using message-passing between them. I was able to do this successfully for bring up dialog boxes from the MFC-app menu. However when I am trying to simulate a mouse click on the View of the MFC -app it doesn't seem to work. The main question I have is whether there are any known limitations in trying to use SendMessage,PostMessage functions to communicate