I got the Solution.

HWND hCombo = GetDlgItem(hwnd, IDC_CB);
int nIndex =::SendMessage(hCombo,CB_GETCURSEL,0,0);
TCHAR F[4];
SendMessage(hCombo,CB_GETLBTEXT,(WPARAM)nIndx,(LPARAM)F);