-
Vary vb6 code source
Vary vb6 code source
- 2023-03-05 20:05:03下载
- 积分:1
-
C++桌面精灵模块源代码及使用说明
提供详尽的桌面精灵模块C++代码与程序使用说明,MFC开发,界面设计。包括设计一个小型的可视化程序所需要的步骤和方法。本程序分为三个大的模块,分别是:窗口设置、备忘录、纪念日。然后,备忘录又分为新建备忘录和备忘录列表两个模块,纪念日分为新建纪念日和纪念日列表两个模块。最后,对各个模块分别设计并进行组装成一个大的、完整的程序
- 2023-02-19 18:30:04下载
- 积分:1
-
本程序是利用WTL的 CSplitterWindow 和 CHorSplitterWindow 把 CMainFrame 分隔而成。...
本程序是利用WTL的 CSplitterWindow 和 CHorSplitterWindow 把 CMainFrame 分隔而成。-this procedure is the use WTL CSplitterWindow and put CMainFrame CHorSplitterWindow partitioned.
- 2022-05-05 23:05:22下载
- 积分: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
-
银行家算法 利用C++编写,其中安全性算法我采用了变量的控制,比较简单,对与初学着来说,是一个非常好的例子...
银行家算法 利用C++编写,其中安全性算法我采用了变量的控制,比较简单,对与初学着来说,是一个非常好的例子-bankers algorithm using C++, security algorithm I use the control variable, relatively simple, with a beginner, it is a very good example
- 2022-07-14 08:28:08下载
- 积分:1
-
在应用程序之间进行拖放操作
在应用程序之间进行拖放操作-in applications between drag and drop
- 2022-03-03 08:21:45下载
- 积分:1
-
MFC实现的八数码问题,采用的是A星算法,欢迎多多指教!
MFC实现的八数码问题,采用的是A星算法,欢迎多多指教!-Eight Box Game Using MFC
- 2023-06-01 16:00:03下载
- 积分:1
-
经典MFC小游戏源代码
此游戏与手机上的游戏有类似之处,通过消除相同颜色星星,获得更高的分数,用户可以选择级别进型那个游戏
- 2022-03-14 14:10:34下载
- 积分:1
-
VC++动态创建控件
VC动态创建控件动态控件是指在需要时由Create()创建的控件,这与预先在对话框中放置的控件是不同的。一、创建动态控件:1.建立控件ID号:2.建立控件对象:二、动态控件的响应:1.在MESSAGE_MAP中添加响应函数:2.在头文件中添加函数定义:3.编写消息响应函数:三、回收资源:
- 2022-12-17 15:05:03下载
- 积分:1
-
labview点阵显示光栅测试物体形状
labview点阵显示光栅测试物体形状 网上资料只有波形,数字等显示,用点阵移动显示就更加直观。
- 2023-06-21 18:10:03下载
- 积分:1