Re: Reflect WM_NOTIFY

From: Jeff Partch (jeffp_at_mvps.org)
Date: 10/28/04


Date: Thu, 28 Oct 2004 12:20:30 -0500


"Nelson" <doomer999@hotmail.com> wrote in message
news:%23tIYzFRvEHA.3416@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> Can WM_NOTIFY be reflected to the child window without using MFC?

Yep. Just subclass the child and the parent and use a registered message.

-- 
Jeff Partch [VC++ MVP]


Relevant Pages

  • Re: WM_MOUSEWHEEL messages and CWND derived Class
    ... > OnMouseMove and OnMouseWheel in the parent dialog to determine if a mouse ... > wheel event occurred while the cursor is over the child window. ... > Additionally, if the child window ever does get focus, you can subclass it ...
    (microsoft.public.vc.mfc)
  • Starting modeless form from unmanaged client.
    ... I'd like to start a modeless managed form from an MFC dialog using ... If I only use Form.Show the form pops up but its parent window is the ... SetParent but then the form becomes a child window of the MFC dialog. ...
    (microsoft.public.dotnet.framework.interop)
  • Re: Reflect WM_NOTIFY
    ... > Can WM_NOTIFY be reflected to the child window without using MFC? ... Just subclass the child and the parent and use a registered message. ...
    (microsoft.public.vc.language)
  • Re: How do you pass info from a pop-up window back to the parent?
    ... The problem is I have to provide a series of selects, each choice paring ... I'm not going spend time reinventing the wheel. ... > is that the user may close the parent window and leave the child open. ... > and your child window is now an orphan. ...
    (microsoft.public.frontpage.client)
  • Re: Validity of creating a child window in a separate process to the parent (COM/win32)
    ... just don't try and run your own message loop. ... > Where the "parent" parameter is a window's HWND, cast to a long (I'm using ... I.e. the child window is in a separate process to the ... > some "standard" practice, and that at some point in the future a service ...
    (microsoft.public.win32.programmer.gdi)