搜索资源列表
LoadDllRes
- Visual C++ 创建纯资源 DLL 包含资源(如图标、位图、字符串和对话框)的 DLL。 纯资源 DLL 的应用程序应调用loadLibrary 来显式链接到 DLL。若要访问资源,请调用资源特定的函数之一:LoadBitmap,LoadImage,LoadCursor,LoadIcon,LoadString //资源ID不加 “”。使用完资源后,应用程序应调用 FreeLibrary。 LoadDllRes.rar 演示了全过程。 -Visual C++ to cre
login
- 程序中提供了一种创建登录对话框的例子,登录结果为登录失败和登录通过两种。-Program provides an example of create login dialog, log on and log failed login results in two.
BaseDlgDemo
- 实例116——创建模态对话框,对初学C++有帮助-Example 116- Create modal dialog box, on the novice C++ help
SpritePacker
- 用于实现多个PNG图片拼接成一张大图。例如小游戏中会有多个PNG图片,为了加载的速度,把这些图片拼接成一张图。每张图片取有效部分,按中心点显示。使用:把PNG图片拖到对话框,点击create即可。-Used to implement multiple PNG images into a larger mosaic. For example, small game, there will be multiple PNG images, in order to speed loading, thes
