首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

使用虚列表和自画实现文件夹的缩略图显示源代码

后端 22.4KB 25 需要积分: 1
立即下载

资源介绍:

使用虚列表和自画实现文件夹的缩略图显示一文的配套源代码
http://blog.csdn.net/jiangsheng/archive/2003/11/20/3796.aspx
======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : PicView ======================================================================== AppWizard has created this PicView application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your PicView application. PicView.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. PicView.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CPicViewApp application class. PicView.cpp This is the main application source file that contains the application class CPicViewApp. PicView.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. PicView.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\PicView.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file PicView.rc. res\PicView.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ///////////////////////////////////////////////////////////////////////////// For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitmap file is used to create tiled images for the toolbar. The initial toolbar and status bar are constructed in the CMainFrame class. Edit this toolbar bitmap using the resource editor, and update the IDR_MAINFRAME TOOLBAR array in PicView.rc to add toolbar buttons. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one document type and one view: PicViewDoc.h, PicViewDoc.cpp - the document These files contain your CPicViewDoc class. Edit these files to add your special document data and to implement file saving and loading (via CPicViewDoc::Serialize). PicViewView.h, PicViewView.cpp - the view of the document These files contain your CPicViewView class. CPicViewView objects are used to view CPicViewDoc objects. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named PicView.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. /////////////////////////////////////////////////////////////////////////////

资源文件列表:

picview.zip 大约有23个文件
  1. PicView/
  2. PicView/MainFrm.cpp 2.45KB
  3. PicView/MainFrm.h 1.54KB
  4. PicView/PicView.clw 2KB
  5. PicView/PicView.cpp 8.33KB
  6. PicView/PicView.dsp 4.55KB
  7. PicView/PicView.dsw 537B
  8. PicView/PicView.h 1.82KB
  9. PicView/PicView.plg 792B
  10. PicView/PicView.rc 9.91KB
  11. PicView/PicViewDoc.cpp 2.14KB
  12. PicView/PicViewDoc.h 1.64KB
  13. PicView/PicViewView.cpp 10.18KB
  14. PicView/PicViewView.h 2.95KB
  15. PicView/ReadMe.txt 4.23KB
  16. PicView/res/
  17. PicView/res/PicView.ico 1.05KB
  18. PicView/res/PicView.rc2 399B
  19. PicView/res/PicViewDoc.ico 1.05KB
  20. PicView/res/Toolbar.bmp 478B
  21. PicView/resource.h 594B
  22. PicView/StdAfx.cpp 209B
  23. PicView/StdAfx.h 1.12KB
0评论
提交 加载更多评论
其他资源 小馒头收藏夹书签小馒头收藏夹书签
chrome插件: 超简易书签,用过才知道喔。 温馨提醒: 关闭浏览器自带的书签能让浏览器获得更大的可视区域 如要修改书签,按Ctrl+d即可。 且用且珍惜噢! 开启/关闭 切换键:在打开的页面中使用 Alt+s即可
STM32G474实现USB的MSC+CDC的组合功能
STM32G474实现USB的MSC+CDC的组合功能
微信支付demo
一个关于微信支付的demo,主要是java端的后台
免费下载离线数据库 GeoLite2-city.mmdb(60Mb) GeoLite2-country.mmdb(3.7Mb)
GeoLite2 数据库是免费的 IP 地理定位数据库,可与 MaxMind 的 GeoIP2 数据库相媲美,但不如MaxMind 的 GeoIP2 数据库准确。GeoLite2国家、城市和 ASN 数据库每周二更新。GeoLite2 数据也可作为GeoLite2 Country 和 GeoLite2 City web 服务中的 web 服务使用。GeoLite2 Web 服务的用户每天限制为每项服务 1000 个 IP 地址查找。 GeoLite2-city.mmdb精确到城市 GeoLite2-country.mmdb精确到国家
android 应用源码
android 应用源码
ffmpeg for MFC 1.2 测试版
FFMPEG移植到VC下的开源工程:ffmpeg for MFC。本工程将ffmpeg工程中的ffmpeg转码器(ffmpeg.c)移植到了VC环境下。并且使用MFC做了一套简单的界面。它可以完成一个视频转码的基本功能:封装格式以及编码格式的转换。通过本程序可以学习视频转码器的原理,以及Windows的消息机制等知识。 这是编译好的可执行程序。 更新记录============================== 1.1版(2014.7.12) * 更换了部分界面 * 原工程支持Unicode编码 * 修复了一部分内存泄露的问题 * 修正了ffmpeg.c中的exit_program()函数。保证在转码结束后可以释放资源。 * 修正了一部分“任务列表”的功能 * 修正了添加任务的时候“要用按钮去选输入文件,不能自己直接输入”的问题。 1.2版(2014.8.16) *增加了“内部转码”和“外部转码”选项。“内部转码”即通过原先移植的ffmpeg.c进行转码。“外部转码”支持作为一个GUI直接调用ffmpeg.exe进行转码。
AppiumForWindows-1.4.0
AppiumForWindows-1.4.0.zip 移动自动化工具 解压缩后直接使用
ASP.NET 2.0快速入门(8)
ASP.NET 2.0快速入门(8):ASP.NET 2.0 web part (Level 300)
讲  师:苏鹏 中国网通技术支持与项目部开发经理 MSDN特邀讲师
课程简介:Web part是ASP.NET 2.0的又一新特性,通过使用web part用户可以在客户端非常容易的重新部署网页的布局。通过本课的学习,听众可以了解到如何设计这种可以结构的网页。