-
源程序实现了在状态条上镶嵌进度条,可显示进度状态。
源程序实现了在状态条上镶嵌进度条,可显示进度状态。-source achieved on the state of progress of the mosaic, showing the progress of the state.
- 2022-08-04 08:28:31下载
- 积分:1
-
Visual C++程序开发范例宝典带图标的工具栏ToolIcon
Visual C++程序开发范例宝典带图标的工具栏ToolIcon-Visual C++ Program development paradigm Baodian Toolbar with icon ToolIcon
- 2022-01-25 22:50:54下载
- 积分:1
-
any conversion of View Control category. Zip
将任何控件转换为视图类.zip-any conversion of View Control category. Zip
- 2022-04-24 09:10:22下载
- 积分:1
-
VC模仿IE浏览器风格的多文档程序。这个浏览器是用vc6.0编写的,界面类似IE,但它是一个多文档程序,为了方便在各个窗口之间切换,工具条上加有一个窗口列表,你...
VC模仿IE浏览器风格的多文档程序。这个浏览器是用vc6.0编写的,界面类似IE,但它是一个多文档程序,为了方便在各个窗口之间切换,工具条上加有一个窗口列表,你可以在此毫不犹豫地快速切换窗口、也可以双击使窗口最大化。工具条采用IE风格,仅加入了最常用按钮。一些菜单功能没有实现,不过你可以用右键菜单中的功能来完成。-VC-style imitation of IE browser, multi-document program. This browser is written in vc6.0 interface similar to IE, but it is a multi-document program, in order to facilitate the switch between the various windows, plus there is a window on the toolbar list, where you can not hesitate to quickly switching window, you can double-click to make the window maximized. Toolbar with IE-style, only joined the most commonly used buttons. Some of the menu feature is not achieved, but you can right-click menu of features to complete.
- 2022-03-24 01:08:29下载
- 积分:1
-
C++语言俄罗斯方块
MFC开发俄罗斯方块,WINDOWS消息反馈机制,比较简单,也用了很多别人的代码。
- 2023-06-10 22:25:03下载
- 积分:1
-
渐入渐出效果,半透明显示窗口。适合初学者看,也适合有一定基础在这界面优化方面遇到问题的朋友。...
渐入渐出效果,半透明显示窗口。适合初学者看,也适合有一定基础在这界面优化方面遇到问题的朋友。-Fade in fade out effects, semi-transparent display window. Suitable for beginners to see, but also suitable for a certain basis in this interface optimization problems friend.
- 2022-01-25 20:28:45下载
- 积分:1
-
一个分割窗口的例子,特点是可以动态改变视图
一个分割窗口的例子,特点是可以动态改变视图-Example of a split window, characterized by dynamically changing the view
- 2023-07-18 10:55:03下载
- 积分:1
-
c语言编写的图形时钟,界面比较简单,但是可以修改!
c语言编写的图形时钟,界面比较简单,但是可以修改!-c language graphics clock, the interface is relatively simple, but can be amended!
- 2023-04-14 01:25:03下载
- 积分:1
-
Win系统编程源代码
Win系统编程,关于Windows 系统编程的详细源代码,很有参考价值,值得细细研究学习。
Win系统编程,关于Windows 系统编程的详细源代码,很有参考价值,值得细细研究学习。
- 2023-01-04 12:05:04下载
- 积分:1
-
AppFace supports three skin loading from the disk loading, loading resources fro...
AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件: 首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。 接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll"
- 2022-03-05 03:56:05下载
- 积分:1