Hi,
I've tried a number of things but just can't get this to work. I have a list box containing a number of strings:
void CInstrumentDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CInstrumentDlg)
DDX_LBString(pDX, IDC_LIST_INSTRUMENT, m_CursorSel)...