1. CWnd *pWnd = GetDlgItem(ID_***); // 取得控件的指针
  2. HWND hwnd = pWnd->GetSafeHwnd(); // 取得控件的句柄
05-23 03:58