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.
Printable View
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.
Why don't you record the names of the windows you create in an array and then use them to manage multiple windows?
Take a look at Q131994 in MSDN