列表控件(CListCtrl) 是否可自行增加项?? 在最后的一行是否 可自行添加?
3个回答
展开全部
当然可以,参考一下程序原型
CListCtrl::InsertItem
intInsertItem(constLVITEM*pItem);
int InsertItem( int nItem, LPCTSTR lpszItem );
int InsertItem( int nItem, LPCTSTR lpszItem, int nImage );
int InsertItem( UINT nMask, int nItem, LPCTSTR lpszItem, UINT nState, UINT nStateMask, int nImage, LPARAM lParam );
CListCtrl::InsertItem
intInsertItem(constLVITEM*pItem);
int InsertItem( int nItem, LPCTSTR lpszItem );
int InsertItem( int nItem, LPCTSTR lpszItem, int nImage );
int InsertItem( UINT nMask, int nItem, LPCTSTR lpszItem, UINT nState, UINT nStateMask, int nImage, LPARAM lParam );
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询