-
use TreeView and ListView control in the resource management for the Interface
利用TreeView和ListView控件实现了资源管理器的界面-use TreeView and ListView control in the resource management for the Interface
- 2022-10-10 02:00:03下载
- 积分:1
-
superslide 全屏轮播扩展功能
应用背景superslide 全屏轮播扩展功能, 开源轮播插件需要money,自己仿照人家的代码做了一套希望能帮助大家,祝你成功!关键技术superslide,全屏,轮播,全屏轮播,扩展功能
- 2022-12-21 18:40:04下载
- 积分:1
-
使用wxWidget的界面编程例子代码,很有参考价值!
使用wxWidget的界面编程例子代码,很有参考价值!-Use programming interface wxWidget example code, very useful!
- 2022-08-20 20:05:46下载
- 积分:1
-
卡拉OK点歌
网上找的卡拉OK点歌系统,仅供学习使用,感谢原作者的分享,具体哪里下载的已经忘记了,抱歉。
- 2022-02-01 20:56:09下载
- 积分:1
-
可以改变对话框颜色,让界面变的好好漂亮哦。
可以改变对话框颜色,让界面变的好好漂亮哦。-can change color of dialog box,let interface nice
- 2022-09-09 09:30:04下载
- 积分:1
-
from one another photo out of a picture. This is a study of small graphical prog...
从一幅图片淡出另一幅图片。 这是一个学习图形编程的小程序 方便易用-from one another photo out of a picture. This is a study of small graphical programming procedures to facilitate ease of use
- 2022-03-03 10:11:03下载
- 积分:1
-
thank you
主要功能:用户登录、增加学生信息、删除学生信息、修改学生信息、查询学生信息、学生成绩排序-thank you
- 2022-02-04 21:58:04下载
- 积分:1
-
different dll component loading example, can be used as a DLL MFC development of...
不同的dll组件加载的实例,可以做为MFC中DLL开发的经典教程-different dll component loading example, can be used as a DLL MFC development of the classic guide
- 2022-05-08 02:31:39下载
- 积分:1
-
visual studio 2010 加法计算器基于MFC
应用背景随着科学的发展,计算机的应用越来越广泛,而运用计算机中的计算机语言C++写程序必然是很多的。C++是目前国内外最广泛使用的程序设计语言之一,它具有处理功能丰富、表达能力强、使用方便灵活、执行程序效率较高等优点。而且C++得是一种结构化程序设计语言;另外,C++的函数式结构也为实现程序化模块设计提供了强有力的保正。所以很多人都把C++作为编程的首选语言。
本次课程设计就是利用C++的丰富表达能力来编写一个简单计算器,模拟windows系统的计算器进行简单的计算;在编写这次课程设计中要求利用MFC来画出计算器的图形界面,并且保证可以进行基本的计算。关键技术该计算器主要进行实数的单目和双目运算,使用过程如下: 1)单目运算,例如对于lnn要求先输入数字,然后点击“ln”按钮,完成取对数运算并把结果显示在编辑框中。
2)双目运算,例如进行加法要求先输入第1加数,然后点击“+”按钮,再输入第2加数最后点击“=”按钮,完成计算并在编辑框中显示运算结果。
- 2023-09-02 16:25:09下载
- 积分:1
-
Display a Web Page in a Plain C Win32 Application:
There are numerous examples...
Display a Web Page in a Plain C Win32 Application:
There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated "wrappers" to easily give you an "HTML control" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
- 2022-03-02 15:03:00下载
- 积分:1