搜索资源列表
Access-DataBase
- 一个超完整的医药管理系统,使用ACCESS数据库,里面有很多小技巧,如CEdit和CListCtrl的技巧
ListCtrl中使用ComboList
- 在CListCtrl控件中钳入CComboList和CEdit控件
listend
- 简单的学生成绩统计工具,唯一值得称道的是对于CEdit在CListCtrl中的灵活使用。适应于初学者,特别想做出Excel效果的初学者。-Simple statistical tools of student achievement, the only noteworthy is the CEdit in the flexible use of CListCtrl. Suitable for beginners, especially beginners want to make Excel e
cmblistl
- CListCtrl中间加入CCombobox & CEdit-CListCtrl the middle CCombobox & CEdit
editlistctrl
- 可编辑的CListCtrl控件,结合cedit控件-Editable CListCtrl control, combined with cedit control
NIDS
- 一个VC++ 网络入侵检测模块及程序代码,源代码完整,包括所需控件都在压缩包内,用VC编写网络软件的时候用得上。 CMainFrame* p_Frame //保持筐架类的指针 CEdit* m_pEdit //保存编辑框类的指针 CListCtrl* m_pList //保存列表类的指针 CTreeCtrl* m_pTree //保存树型控件的指针 CComboBox* m_pComboBox //保存组合筐的指针 以下的成员