does anyone know where i can find a decent tutorial on how to use enumchildwindows? Don't say try googling, I've been doing that for an hour :( I'm using Visual Studio .NET, c#. I'm trying to get all of the window handles in the taskbar so i can replace it. I've succeeded in getting all of the main window handles, but there is no builtin .net method that I know of to get the child windows of a process. Any help?