End Google Ads 201810 - BS.net 01 --> Hello All,

I have used the List Control in Win32, same i want to implement in MFC, i am unable to do that can anyone help me with this.

Extracting the contents of the list Box in Win 32.


HWND hList = GetDlgItem(hwnd, IDC_FLIST);
int count = SendMessage(hList, LB_GETCOUNT, 0, 0);
for ( int i=0; i <span class="code-keyword">