Re: Easy one: Communication in MDI



Unfortunately the previous program had already overridden that function
with calls to the individual functions within the main window to handle
the writing of the new data.

While in the long run I will phase out these functions, currently I am
only changing one of the MDI windows to the object format. I'd like to
push forward but don't have the time to redesign the entire thing.

Posting / Sending messages to child windows does not appear to be
working. Can you offer any other ways than UpdateAllViews to update one
child window?

Thanks,
Josh McFarlane

.



Relevant Pages

  • Re: Child window captions not highlighted
    ... || child window captions are never highlighted. ... The only time child windows will be displayed that way are ... it cannot have caption. ... FakeCaptionBar = 1 ...
    (microsoft.public.win32.programmer.ui)
  • Re: Specifying the parent when adding treeview nodes?
    ... child window can also be a parent of another child and so on... ... It didn't help that your original code didn't even put the child windows under the thread node in the TreevView. ... That way your enumeration could be done in a recursive method that also tracks the current parent node so that it could be handled appropriately. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: MDI App - Modal child windows...
    ... But within mdi, my 2nd window is simply collecting ... > If you have a situation where a form needs input from the user to ... > you can allow interaction with the parent or any other child windows. ...
    (microsoft.public.vb.general.discussion)
  • Re: Easy one: Communication in MDI
    ... > with calls to the individual functions within the main window to handle ... > Posting / Sending messages to child windows does not appear to be ... Can you offer any other ways than UpdateAllViews to update one ...
    (microsoft.public.vc.mfc)
  • Re: How to show a Tab Control at the top of the Z order
    ... >> after the program runs, only the Bitmap is shown, and the Tab Control ... > Child windows are generally allowed to paint anywhere within their ... > window making the first window painted disappear. ...
    (microsoft.public.win32.programmer.ui)

Loading