Code:int len = GetWindowTextLength(hWnd); TCHAR *pcBuf = new TCHAR[len+1]; GetWindowText(hWnd, pcBuf, len); // use pcBuf -- possibly in FindWindow delete[] pcBuf;
|
Results 1 to 11 of 11
Thread: HandleThreaded View
|
Click Here to Expand Forum to Full Width |