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