我是这样用的,
定义
1 m_ListBox[0].SubclassDlgItem(IDC_LIST1, this);增加字符串
2 m_ListBox[0].AddString(string);//string
m_ListBox[0].SetSel(m_ListBox[0].GetCount()-1, TRUE);
3 定义资源
选中BORDER,NOTIFY,HORIZONTAL SCROLL,VERTICAL SCROLL但是在显示的时候,却没有水平条,垂直条有.多谢