搜索资源列表
Bitmap Load 图片装载代码
- bitmap loader 装入源代码。用户可以使用很好看的菜单装入bitmap。该程序运行的很快,并且100%是WIN32 API。-loader loaded bitmap source code. Users can look good on the menu bitmap loaded. The program runs very fast, and 100% of WIN32 API.
airfly
- Win32编程,演示了屏蔽程序关闭功能和图象合成显示功能(根据图象创建窗口).-Win32 programming, demonstrated the procedure to close shielding function and synthetic image display function (based on image creation window).
Gdipluspicture
- 1. 新建一个空的Win32项目(假设新建项目名称为ForthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:ForthProj.sln是解决方案管理文件,ForthProj是项目管理文件,ForthProj.ncb是项目数据库文件,ForthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向
gdi_pic
- 使用GDI方式实现的图片显示,是win32窗口程序的源码。-GDI achieved by the use of the picture show that are the source win32 window procedure.
2
- 该程序是一个基于MFC的VC++多文档Win32应用程序,实现了一个魔镜的功能。-The program is a based on The MFC-VC++ Multi-document Win32 applications to achieve a mirror functionality.
Image-Viewer
- 在调试绘制位图的程序时,经常需要在代码运行到某一行时知道当前绘制的位图的具体内容,这套代码提供了一套方案,可以让你调试时实时观察到你的位图的内容变化,所见即所得,其中用到了进程间通信的技术-Have you ever debugged a graphics routine where you would really like to see what the images you are working with in memory actually looked like while you