搜索资源列表
比较完整的工资管理系统
- 比较完整的工资系统设计!!! 论文源代码加可执行文件-A relatively intact system of corporation payment!sound codes plus executable files.
aExplorer
- 一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。-a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operators and other functions.
treeview
- 使用vc实现的类似windows资源管理器的树形窗口,可以查看系统的文件夹及其子目录,对于学习vc的人比较有帮助。本例中并没有使用树形控件是很好的学习资料。-Vc achieved using similar windows explorer tree window, you can view the system folder and its subdirectories, for people to learn more helpful vc. In this case did not us
TreeView
- windows资源管理器之树形控件编程,罗列系统中所有盘符内容文件-The windows explorer tree control program, a list of the contents of the file system drive letter in all
1 文件系统的Watcher
- 在MFC环境下① 与ListView控件相关的类:ColumnHeaderCollection,ListViewItem,ListView控件的成员:ColumnHeaderCollection,Items,…… ② clsFile和clsFiles的设计方法。Files()存储的是文件名集合,临时(clsFile类的)对象,根据文件名查询文件参数,建立Item对象,由Item对象组成了clsFiles对象中的Items()。 ③ Tuple(Of String, String):二元组类型。主