Enumerating child windows.

  • Thread starter Thread starter AndyM
  • Start date Start date
A

AndyM

If I have a main window for a process (obtained vias
System.Diagnostics.Process.MainWindowHandle) of some process on my system,
is there a way to enumerate the child windows without resorting to the
non-managed Win32 EnumChildWindows function?


Brian McCormick
(e-mail address removed)
 
* "AndyM said:
If I have a main window for a process (obtained vias
System.Diagnostics.Process.MainWindowHandle) of some process on my system,
is there a way to enumerate the child windows without resorting to the
non-managed Win32 EnumChildWindows function?

AFAIK that's not possible in a "managed" way.
 
Back
Top