摘要:
CListCtrl类成员 CListCtrl::GetNextItem int GetNextItem(int nItem,int nFlags) const 返回值: 如果成功,则返回下一项的索引值,否则返回-1。 参数: nItem 搜索开始项的索引。如果它等于-1,则从第一项开始匹... 阅读全文
摘要:
函数属于CListCrl类中的。 位于vc安装目录的vc\atlmfc\include路径下。 函数功能:在报告模式下插入一列 函数原型:int InsertColumn(int nCol, const LVCOLUMN* pColumn); int InsertColumn(int... 阅读全文
摘要:
HICON LoadIcon(HINSTANCE hInstance,LPCTSTR lpIconName); 1.函数说明: 该函数从与hInstance模块相关联的可执行文件中装入lpIconName指定的图标资源,仅当图标资源还没有被装入时该函数才执行装入操作,否则只获取装入的资源句柄 ... 阅读全文