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
mccorb@cox.net

Re: Enumerating child windows. by hirf-spam-me-here

hirf-spam-me-here
Sat Dec 13 19:44:45 CST 2003

* "AndyM" <mccorb@cox.net> scripsit:
> 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.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>