public static IntPtr FindWindow(string lpWindowName) { return(WinApi.FindWindow(IntPtr.Zero, lpWindowName)); }