How to detect mouseclicks in the child window created by CHTMLEDITVIEW
Tech-Archive recommends: Speed Up your PC by fixing your registry
Hi,
Does anyone know how to detect mouse clicks in the child window created by
CHTMLEDITVIEW (base class) MFC - VC++ .NET 2003 ?
i.e. it is a MDI application.
When i run the program, under the Main frame menu, i click
"FILE->OPEN->powerpoint.ppt"
The powerpoint will open in the child window inside the main frame. Now i
want to detect mouse click when the use clicks on the child window (
powerpoint ).
However, i cant detect any mouse clicks.
Anyone can help? im stucked for 1 week..
thanks.
terr
.
Relevant Pages
- Re: JInternalFrame and Action Listeners for the parent window
... Is an internal frame listener the best option? ... >> and that opens up another child window of the parent frame but I cant ... And the GUI as ... (comp.lang.java.gui) - Re: child view and menu
... The way this is done is that you have a CMultiDocTemplate which specifies the document ... Or do you mean you want a menu in EACH child window, and all are the same type? ... case, you would not SetMenu in the view, you would SetMenu to the parent of the view, the ... MDI Child Frame. ... (microsoft.public.vc.mfc) - [wxPython] own maximize for wxMDIChildFrame - bugs?
... frame receive too many maximize events on create and on close child window - why? ... how to catch key events for wxMDIParentFrame? ... def __init__: ... (comp.lang.python) - Re: MDI: dont display caption of child window in parents caption
... Frame window is getting text ... caption. ... appending child frame title when child window is maximized is not ... > retrieving child’s window text DefFrameProc uses it to paint NC its area. ... (microsoft.public.vc.mfc.docview) - Re: MDI app: Resize/Position of child frames (VC++ 6.0)
... The problem is that you don't want to manipulate the view; ... create additional frame classes to wrap specific views, ... Alternatively, you can do something like a SendMessage to the child window, either ... (microsoft.public.vc.mfc) |
|