hi,
i add a listbox to the dialog and create a variable control called m_cList.
now in somewhere in my code, i call
m_cList.AddString("dfdhf"
but i dont see that this string is added to the listbox
i also try to call : UpdateData(FALSE); but it does not work Read between the lines
i add a listbox to the dialog and create a variable control called m_cList.
now in somewhere in my code, i call
m_cList.AddString("dfdhf"
but i dont see that this string is added to the listbox
i also try to call : UpdateData(FALSE); but it does not work Read between the lines