CListBox:DeleteItem()//这个函数参数传进去之前,如何初始化
CListBox::DeleteItem()//这个函数参数传进去之前,怎么初始化?C/C++ codevirtual void DeleteItem(LPDELET
CListBox::DeleteItem()//这个函数参数传进去之前,怎么初始化?
C/C++ codevirtual void DeleteItem( LPDELETEITEMSTRUCT lpDeleteItemStruct //tagDELETEITEMSTRUCT tag={0};??????);typedef struct tagDELETEITEMSTRUCT { /* ditms */ UINT CtlType; UINT CtlID; UINT itemID; HWND hwndItem; UINT itemData;} DELETEITEMSTRUCT;
[解决办法]删除某一天应该是DeleteString %%Deletes a string from a list box.
看下MSDN就清楚了