detect mouse click in the child window created by CHTMLEDITVIEW (base class)
seek help urgently,
anyone knows how to detect mouseclicks in the child window created by CHTMLEDITVIEW (base class) of MFC VC C++ .NET ?
i.e. When i go to File -> Open -> p1.ppt (powerpoint), the child window will be created. however, when i tried to add WM_ONLBUTTONDOWN to the MDIChildWnd, to detect mouse click, it does not detect at all. I tried searching through for possible solution but i couldnt find any.
thanks.

