OnChildNotify: 当这个窗口的父窗口收到一个应用于此窗口的消息时,父窗口调用这个函数。Override this member function to extend the manner in which a control responds to notification messages.OnNotify:父窗口被通知一个控件发生了某个事件,或这个控件需要某些信息。The framework calls this member function.Override this member function in your derived class to handle the WM_NOTIFY message.ChildOnSRLNotifyEvent???没找到。

解决方案 »

  1.   

    neptunez() 怎样定义才能接收语音板卡的消息啊?他应该是返回消息到应用程序上的,至于是否消息经过窗口处理我就不清楚了,能不能试试解释?
      

  2.   

    BOOL Cmainform::OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult) 里面没有传值的消息MESSAGE参数噢。怎么办?
      

  3.   

    BOOL Cmainform::OnChildNotify(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pLResult) 这个就有传值的参数message
      

  4.   

    zxs218(Frank Zhou) 没有这个消息函数吧?
      

  5.   

    zxs218(Frank Zhou) 没有这个消息函数吧?
      

  6.   

    如果要处理消息那就重载WindowProcWindowProc(UINT message, WPARAM wParam, LPARAM lParam)