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);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |