There is Win32 functions for finding windows on a system:
[DllImport(\"user32.dll\", SetLastError = true)] public static extern IntPtr FindWindow(string lpCl
You want to use EnumWindows.