//다른 창 윈도우 활성화 및 위치 가져오기 BOOL CHumanGesture::WindowCheck(CString strWindowName, CRect& WindowRect) { HWND hWnd = ::FindWindow(NULL, strWindowName); GetWindowRect(hWnd, WindowRect); HWND hForeHwnd= ::GetForegroundWindow(); if(hWnd) { if(hWnd != hForeHwnd) { cout