CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    Search for MDI Child?

    How do you search for a child window by title or whatever, in an mdi app? I tried using the findWindow() func, but it does not search child windows.


  2. #2
    Join Date
    May 1999
    Posts
    92

    Re: Search for MDI Child?

    Why don't you record the names of the windows you create in an array and then use them to manage multiple windows?


  3. #3
    Join Date
    May 1999
    Posts
    8

    Re: Search for MDI Child?

    Take a look at Q131994 in MSDN


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured